JavaScript Book
JavaScript Book
JavaScript Book
1. DOM Manipulation
(https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction)
(https://www.freecodecamp.org/news/javascript-dom-manipulation/)
2. Event Handling
(https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events)
(https://www.w3schools.com/js/js_htmldom_eventlistener.asp)
3. Functions
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions)
(https://www.youtube.com/watch?v=UYcZ3IeoAJo)
4. Operators
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators)
(https://www.codecademy.com/learn/introduction-to-javascript)
5. Variables
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#declarations
)
(https://www.youtube.com/watch?v=Ttf3CEsEwMQ)
6. Block
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/block)
7. Type Casting
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Type_Conversions)
(https://www.freecodecamp.org/news/javascript-type-coercion-tutorial/)
8. If Condition
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/if...else)
(https://www.codecademy.com/courses/introduction-to-javascript/lessons/control-flow)
9. While Loop
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/while)
(https://www.youtube.com/watch?v=s9wW2PpJsmQ)
parison_operators)
(https://www.w3schools.com/js/js_comparisons.asp)
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators#logic
al_operators)
(https://www.w3schools.com/js/js_comparisons.asp)
12. Array
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)
(https://www.youtube.com/watch?v=oigfaZ5ApsM)
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)
(https://www.freecodecamp.org/news/javascript-array-functions-and-methods/)
14. Objects
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_Objects)
(https://www.youtube.com/watch?v=WOki0sD1gGY)
15. Local Storage
(https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
(https://www.freecodecamp.org/news/how-to-use-localstorage-with-javascript/)
16. Promise
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises)
(https://www.youtube.com/watch?v=DHvZLI7Db8E)
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON)
(https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
(https://www.youtube.com/watch?v=Oive66jrwBs)