If you have written javascript for a few weeks at least, You might have come across the issue of using a variable value as the key for an object, see the example below. // Wrong code function setObject(key, value) { return { key: value } } c...
blog.kherashanu.com1 min read
No responses yet.