0% found this document useful (0 votes)
4 views3 pages

Master JavaScript: Basics to Advanced

Uploaded by

logujermiah
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)
4 views3 pages

Master JavaScript: Basics to Advanced

Uploaded by

logujermiah
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

jAVASCRIPT

*Disclaimer*
Everyone learns at their pace.

What matters is your dedication and


consistency.

This doc will help you understand all

Javascript concepts from Basics to


Advanced to ace your Tech Interviews

[Link] 1
Javascript
JavaScript is the scripting language of the Web.

JavaScript is used in millions of Web pages to add functionality,


validate forms, detect browsers, and much more.

Introduction to JavaScript
JavaScript is used in millions of Web pages to improve the design,
validate forms, detect browsers, create cookies, and much more.

JavaScript is the most popular scripting language on the Internet, and


works in all major browsers, such as Internet Explorer, Mozilla Firefox,
and Opera.

‚ JavaScript was designed to add interactivity to HTML pages s

‚ JavaScript is a scripting languagd

‚ A scripting language is a lightweight programming language s

‚ JavaScript is usually embedded directly into HTML pages s

‚ JavaScript is an interpreted language (means that scripts execute


without preliminary compilation) s

‚ Everyone can use JavaScript without purchasing a license

Java and JavaScript are two completely different languages in both


concept and design!

Java (developed by Sun Microsystems) is a powerful and much more


complex programming language - in the same category as C and 

C ++.

[Link] 2

You might also like