Next Level JavaScript
Next Level JavaScript
I continue studying through the Next Level JavaScript module. Yesterday I went through the following concepts:
- object destructuring
- .map()
- .join()to convert an array to a string
- new Array()
- .fill()to fill a newly created array with items
- constructor functions
- this
- methods
- Object.assign(target, source)
- named export/import