see my blogs

JS Arrow Functions

If you are an avid programmer, you certainly know there will be more than one solution to the same problem. In the same notion, JS allows us to write functions in several ways, such as :

Read More

Understanding this Keyword in JavaScript

this refers to whatever the Object occupies in the space that this is written in. So, this has different object values depending up on the scope it is mentioned in.

Read More