shreshthmohan / next-blog

next-blog-mu-three.vercel.app
2 stars 0 forks source link

JavaScript features I'd like to remember and use more often #21

Open shreshthmohan opened 2 years ago

shreshthmohan commented 2 years ago

The arguments object and ...rest parameters syntax

for...of loop

getters and setters

TODO code example

Use Object.entries() to get all values in an array.