#web-development
Read more stories on Hashnode
Articles with this tag
"This" keyword -> Refers to current context. console.log(this) // O/P -> an empty object initially. const user = { user : "harsh" roll :28, ...