||| In the name of Allah |||
Author: seyed mahdi mahdavi mortazavi (theMHD)
JavaScript Learning Package - Summer 2023
Learning javascript with the javascript codes :)
This package contains three chpters, six sections and fifteen parts.
Read each part (chapter -> section -> part) step by step (in numerical order) and try it yourself.
-
Chapter #01: Basics of javascript (like another programming languages)
- Section 1: data types, operators and conditional states
- Section 2: functions, loops, events and try-catch
-
Chapter #02: Special and advanced contents of javascript
- Section 3: DOM tree (DOM definition and modification)
- Section 4: JS Objects - String and Date
- Section 5: JS Objects - Array and Math
- Section 6: JS Objects - Regular expressions (regex) and Window
-
Chapter #03: Some good practices :)
- After finishing the chapters 1&2, you can check this practices.
-
Familiarity with:
- HTML
- Fundamental of computer and programming
-
Better to be familiar with:
- CSS
- Basics of a programming language