This is a collection of my notes from different things I've learnt while programming.
https://github.com/learn-javascript-courses
- Array - find and findIndex
- Array - flat and flatMap
- Array - includes
- Destructuring
- Generators
- Iterators
- Promises
- Template Strings
- Use Strict Mode
- !! Operator
- Helpful tools when working with arrays
- Floating Point Numbers
- Working with large integers in JavaScript
Based on the dev-notes from daisymarie128