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

JavaScript Fundamentals

The document outlines the fundamentals of JavaScript, covering essential topics such as code structure, variables, data types, and functions. It includes various programming concepts like conditional branching, loops, and operators. The content is designed to help beginners learn the basics of script building in JavaScript.

Uploaded by

rakibul8998r11
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)
43 views2 pages

JavaScript Fundamentals

The document outlines the fundamentals of JavaScript, covering essential topics such as code structure, variables, data types, and functions. It includes various programming concepts like conditional branching, loops, and operators. The content is designed to help beginners learn the basics of script building in JavaScript.

Uploaded by

rakibul8998r11
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
You are on page 1/ 2

3/9/25, 11:55 AM JavaScript Fundamentals


EN
Buy EPUB/PDF 
 → The JavaScript language

JavaScript Fundamentals
Let’s learn the fundamentals of script building.

1. Hello, world!

2. Code structure

3. The modern mode, "use strict"

4. Variables

5. Data types

6. Interaction: alert, prompt, confirm

7. Type Conversions

8. Basic operators, maths

9. Comparisons

10. Conditional branching: if, '?'

11. Logical operators

12. Nullish coalescing operator '??'

13. Loops: while and for

14. The "switch" statement

15. Functions

16. Function expressions

17. Arrow functions, the basics

18. JavaScript specials

https://javascript.info/first-steps 1/2
 
3/9/25, 11:55 AM JavaScript Fundamentals

Previous lesson Next lesson

Share    Tutorial map

© 2007—2025 Ilya Kantorabout the projectcontact usterms of usage


privacy policy

https://javascript.info/first-steps 2/2

You might also like