NG SZE CHEN
OskaDev

OskaDev

Follow
homeBackend Development
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Digdata ( Javascript )

Jun 9, 20216 min read

lightweight zero dependency object data utility · Installation Node { "dependencies": { "digdata": "Oskang09/digdata#1.1.2", ...

Digdata ( Javascript )

Pre & Post Function

Jun 26, 20191 min read

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...

Pre & Post Function

Object Chaining

Jun 26, 20191 min read

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)...

Object Chaining

Promise and A+ ( Async Await )

Jun 26, 20175 min read

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...

Promise and A+ ( Async Await )

Arrow Function vs Function

Jun 26, 20171 min read

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...

Arrow Function vs Function