JS NOTES

  1. JS Introduction
  2. JS Implementation
  3. HTML Tags in Javascript
  4. JS Variables
  5. JS Variables (Let)
  6. JS Variables (Const)
  7. JS Data Types
  8. JS Arithmetic Operators
  9. JS Assignment Operators
  10. JS with Google Chrome Console
  11. JS Comparison Operators
  12. JS If Statement
  13. JS If Else If Statement
  14. JS Conditional Ternary Operator
  15. JS Switch Case
  16. JavaScript alert()
  17. JS Confirm Box
  18. JS Prompt Box
  19. JS Functions
  20. JS Functions with Parameters
  21. JS Functions with Return Value
  22. JS Global & Local Variable
  23. JS Events
  24. JS While Loop
  25. JS Do While Loop
  26. JS For Loop
  27. JS Break & Continue Statement
  28. JS Even & Odd with Loops
  29. JS Nested Loop
  30. JavaScript Nested Loop - II
  31. JS Arrays
  32. JS Create Arrays Method - II
  33. JS Multidimensional Arrays
  34. JS Modify & Delete Array
  35. JS Array Sort & Reverse
  36. JS Array Pop & Push
  37. JS Array Concat & Join
  38. JS Array Slice & Splice
  39. JS isArray
  40. JS Array indexof and last indexof
  41. JS Array Includes
  42. JS Array Some & Every
  43. JS Array find & findIndex
  44. JS Array Filter
  45. JS Array Methods
  46. JS forEach Loop
  47. JS Objects
  48. JS Objects - II
  49. JS Array of Objects
  50. JS Const Variable with Array & Objects
  51. JS For in Loop
  52. JS Map Method
  53. JS String Methods
  54. JS String Methods - II
  55. JS Number Methods
  56. JS Math Methods
  57. JS Math Methods
  58. JS Date Methods

DOM

  1. JS DOM Introduction
  2. JS DOM Targeting Methods
  3. JS DOM Get & Set Value Methods
  4. JS DOM querySelectors
  5. JS DOM CSS Styling Methods
  6. JS addEventListener Method
  7. JS classList Methods
  8. JS parent Method
  9. JS Children Methods
  10. JS firstChild & lastChild Method
  11. JS nextSibling & prevSibling Method
  12. JS create & TextNode
  13. JS appendChild & insertBefore
  14. JS insert
  15. JS replaceChild & removeChild
  16. JS cloneNode
  17. JS Contains
  18. JS has
  19. JS isEqualNode

FORM EVENTS

  1. JS Form Events
  2. JS Form Events - II

JS Browser BOM

  1. JS BOM Introduction
  2. JS Window Height & Width
  3. JS Window Open & Close
  4. JS Window move