#interview
Read more stories on Hashnode
Articles with this tag
In Javascript, every value has a data type and can be coerced or changed into a boolean value when need be. Truthy values are always true and return...
While developing with Javascript and going through pre-written code, you often come across let, var and const all used while declaring variables in...
As a Javascript developer you may have encountered the terms undefined and null and may have wondered what really is their difference as they appear...