#javascript
Read more stories on Hashnode
Articles with this tag
lightweight zero dependency object data utility · Installation Node { "dependencies": { "digdata": "Oskang09/digdata#1.1.2", ...
Most of the time this is a common mistake of myself when i code. · Pre Function Pre function mean the function already fixed and unable to change...
Object chaining is like fluent api make your code more readable. It also like extension method in other language etc. C#. · function Player(player_name)...
Did you know promise and async is fully compatible? · Promises In promises, some of them call it callback hell because of the syntax keep repeating...
Did you know arrow function only exists after ES6? · Before you go with the arrow function you should know why you use it and when should we use...