pelicinprogJavaScript
IntroductionReferencesSetup
The BasicsLexical StructureVariablesTypes and ValuesExpressionsStatements
In-DepthObjectsArraysFunctionsClassesModulesIteratorsGenerators
Asynchronous JSIntroductionCallbacks and TimersPromisesAsync and AwaitAsynchronous Iteration
OthersEvent LoopStrict Mode Garbage Collection
pelicin › prog › JavaScript

References

For this module, I mainly use the following reference(s):

  • JavaScript: The Definitive Guide, 7th Edition by David Flanagan — the main reference. The book is available via subscription on learning.oreilly.com.
  • MDN JavaScript Reference — for the standard library reference.
  • Top

IntroductionReferencesSetup
The BasicsLexical StructureVariablesTypes and ValuesExpressionsStatements
In-DepthObjectsArraysFunctionsClassesModulesIteratorsGenerators
Asynchronous JSIntroductionCallbacks and TimersPromisesAsync and AwaitAsynchronous Iteration
OthersEvent LoopStrict Mode Garbage Collection
  • Top