Javascript Fundamentals

Concept videos

  1. Asynchronous Javascript Crash Course - Codevolution

concepts in javascript

  1. Web Browser
  2. Html
  3. High Level
  4. ECMA
  5. WASM
  6. Runtime
  7. Scripting Language
  8. Browser Dev Tools
  9. Interpreted
  10. V8 Engine
  11. Just In Time Compilation
  12. Script Tag
  13. Src Attribute
  14. Console Log
  15. Let
  16. Camel Case
  17. Primitive
  18. Mutable
  19. Undefined
  20. Null
  21. String
  22. Object
  23. Semicolons
  24. Const
  25. Var
  26. Lexical Environment
  27. Global Scope
  28. Function
  29. Local Scope
  30. Block Scope
  31. Hoisting
  32. Function Definition
  33. Arguments
  34. Return
  35. Function Expression
  36. Higher Order Function
  37. Closures
  38. Call Stack
  39. Heap
  40. this
  41. Window Or Global
  42. Bind
  43. Arrow Function
  44. Anonymous
  45. Passed By Value
  46. Passed By Reference
  47. Object Literal
  48. Object Constructor
  49. Property
  50. Prototype Chain
  51. Inheritance
  52. OOP
  53. Classes
  54. Constructor
  55. Get/Set
  56. Instance Method
  57. Static Method
  58. Array
  59. Set
  60. Map
  61. Garbage Collection
  62. Weakmap & Weakset
  63. Event Loop
  64. Sync
  65. Async
  66. Single Threaded
  67. SetTimeOut
  68. CallBack
  69. CallBack Hell
  70. Promise
  71. Resolve
  72. Reject
  73. Then/Catch
  74. Async
  75. Await
  76. Try/Catch
  77. ES Modules
  78. Default Import/Export
  79. Named Import/Export
  80. NPM
  81. Node Modules
  82. Package.JSON
  83. DOM
  84. Document
  85. QuerySelector
  86. Selector
  87. QuerySelectoral
  88. Element
  89. Event
  90. Imperative
  91. Declarative
  92. Components
  93. Data Binding
  94. Module Bundling
  95. Network Waterfall
  96. Dynamic Imports
  97. Node.JS
  98. Express
  99. Metaframework
  100. TypeScript
  101. ESLint