Enumeration in JavaScript
What is Enumerable in Javascript?
May 18, 20214 min read1.2K

Search for a command to run...
Articles tagged with #javascript
What is Enumerable in Javascript?

What is a polyfill? Polyfill is a piece of code, that developer expects from a browser to provide natively. If it's not available in the browser, you being a developer, use your logics and implement the solution. I'll be using Logic's albums as examp...

"When dealing with JavaScript, things can get really confusing specially when you have to deal with Object-Oriented JavaScript (OOP based). Although, in Object-Oriented JavaScript, everything is in a form of functions and objects which is much less c...
