#webdevelopment
Read more stories on Hashnode
Articles with this tag
JavaScript Symbol Type and Properties · In JavaScript, the object key can only be in either string or symbol. A symbol represents a unique...
We know that objects contain properties that are key-value pairs, but there's more to that — it includes the flag attributes. Property flags The 3...
https://youtu.be/rR2Th1aqc-s Code style is the art of programming to make code more readable and clean. Below are the rules and reasons for code...
https://youtu.be/biCDv3poBk4 A function expression is another way of creating a function. The syntax is quite different from the function...