0% found this document useful (0 votes)
35 views2 pages

Java Script

The document provides self-paced learning material for JavaScript, highlighting its popularity, ease of learning, and role in web development. It includes a comprehensive list of useful links covering various JavaScript topics and sample projects for practical application. JavaScript is essential for creating interactive web pages and enhancing user engagement.

Uploaded by

sumiprabha999
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

Java Script

The document provides self-paced learning material for JavaScript, highlighting its popularity, ease of learning, and role in web development. It includes a comprehensive list of useful links covering various JavaScript topics and sample projects for practical application. JavaScript is essential for creating interactive web pages and enhancing user engagement.

Uploaded by

sumiprabha999
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

AICTE EY-GDS Internship December’23

JAVASCRIPT
Self-paced Learning Material
JAVASCRIPT:

• JavaScript is the world's most popular programming language.


• JavaScript is the programming language of the Web.
• JavaScript is easy to learn.
• This tutorial will teach you JavaScript from basic to advanced.
• JavaScript (JS) is a cross-platform, object-oriented programming language used by developers
to make web pages interactive.
• It allows developers to create dynamically updating content, use animations, pop-up menus,
clickable buttons, control multimedia, etc.
• The use of JavaScript can be both on the client side and server-side. While HTML and
CSS languages are used to give structure and style to web pages, JavaScript is used to add
interactive elements that engage users.
• Without JavaScript, 90% of Internet webpages would be static.

JAVASCRIPT Useful links


No Topic Link
1. Introduction [Link]
beginners/an-introduction-to-javascript/
2. Syntax [Link]
3. Variables and [Link]
keywords
4. Data Types [Link]
5. Operators [Link]
6. If else [Link]
7. Switch case [Link]
8. Loop [Link]
9. Statement [Link]
10. Math object [Link]
11. Functions [Link]
12. Objects [Link]
13. Arrays [Link]
14. Events [Link]
15. DOM Manipulation [Link]
16. Asynchronous [Link]
JavaScript
17. Error Handling [Link]
tm
18. Closures and Scope [Link]
javascript/
19. Modules and ES6 [Link]
Features modules#:~:text=Modules%20are%20the%20piece%20or,reuse%20the
%20piece%20of%20code.
20. Animation [Link]
21. Page redirect [Link]
m
22. Validation [Link]
.htm
23. Dialog box [Link]
m
24. Performance and [Link]
debugging
25. Function generator [Link]
26. Object [Link]
27. Class [Link]
28. BOM [Link]
29. Web API [Link]

[Link] Practice purpose - Sample Projects for HTML, CSS & Javascript
1 [Link]
2 [Link]
3 [Link]
4 [Link]
5 [Link]
6 [Link]
7 [Link]
8 [Link]
9 [Link]
10 [Link]
11 [Link]
12 [Link]
13 [Link]

You might also like