Skip to content

This repository contains various HTML and JavaScript files that cover different aspects of JavaScript programming. Each file demonstrates specific concepts and functionalities in JavaScript, making it a valuable resource for learning and reference.

Notifications You must be signed in to change notification settings

srinivas6303/javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Overview

This repository contains various HTML and JavaScript files that cover different aspects of JavaScript programming. Each file demonstrates specific concepts and functionalities in JavaScript, making it a valuable resource for learning and reference.

Files

1inpagej.html Demonstrates how to include JavaScript directly within an HTML file.

2externaljs.js An external JavaScript file that can be linked to HTML files to separate JavaScript code from HTML.

3externaljs.html Shows how to link an external JavaScript file (2externaljs.js) to an HTML file.

4htmltags_adding_in_js.html Demonstrates how to add HTML tags dynamically using JavaScript.

5commentsjs.html Explains how to use comments in JavaScript for better code readability.

6variables_var_let_const.html Discusses different ways to declare variables in JavaScript using var, let, and const.

7datatypes_in_js.html Explains the various data types available in JavaScript.

8operators_in_js.html Covers different operators in JavaScript, such as arithmetic, comparison, and logical operators.

9if_else.html Demonstrates the usage of if and else statements in JavaScript for conditional logic.

10console.html Shows how to use the browser console for debugging and logging in JavaScript.

11switch.html Explains the switch statement for handling multiple conditions in JavaScript.

12popup_boxes.html Demonstrates how to create and use popup boxes (alert, confirm, prompt) in JavaScript.

13function_js.html Covers the basics of defining and using functions in JavaScript.

14global&local_variable.html Discusses the scope of variables in JavaScript, including global and local variables.

15mouse_event.html Shows how to handle mouse events in JavaScript.

Additional Files

emoji.jpeg An image file that can be used within the HTML files.

javascript_context.txt A text file that might contain additional notes or context about the JavaScript files.

About

This repository contains various HTML and JavaScript files that cover different aspects of JavaScript programming. Each file demonstrates specific concepts and functionalities in JavaScript, making it a valuable resource for learning and reference.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published