Object.create method is another method to create new object in JavaScript. (more…)
Read more »
This is post # 40 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and… (more…)
Read more »
LUA is a neat scripting language with an emphasis on portability and speed. It is designed to be embedded into other, larger programs. I've never written Javascript. In this post, I compare and contrast LUA with Javascript in various domains of software ...
Read more »
Are you still writing your async JavaScript code using callbacks or async library? It's the time to start to Promises! What is a Promise? As the word says, Promise is something that can be available now, or in future, or newer. When someone promises you ...
Read more »