In JavaScript, the const keyword is used to declare a constant, which is a variable that cannot be re-assigned after it is initialized. Constants are block-scoped, meaning they are only accessible within the block where they are defined. Declaration...
2 min read
·
6 views
5 views
1 min read
8 views
3 followers
React Frontend Developer. I write about Frontend development, CSS, React and Javascript.
61 views
33 views
16 views
17 views
28 views
27 views
22 views
35 views