Monthly Archives: April 2020
Explain Object.keys in JavaScript
Enumerating through the properties of a JavaScript object is a persistent requirement. Hence it becomes a popular question in a JavaScript interview. Any good JavaScript developer must know about various available options. Note: You can find a video tutorial on the same at the end of the article. To start with considering the Dog objectContinueContinue reading “Explain Object.keys in JavaScript”
Video – How to create constant or a read-only property in JavaScript
This video explains to create a constant or a read-only property in JavaScript. https://www.youtube.com/watch?v=d0D1C-z91lQ