Results for: "2015"

Contents (63)

How do you stop JavaScript execution for a while: sleep()
How do you stop JavaScript execution for a while: sleep()

A sleep() function is a function that allows you to stop the execution of code for a certain amount…

read more
Callbacks in JavaScript
Callbacks in JavaScript

Callback functions are the same old JavaScript functions. They have no special syntax, as they are simply functions that are…

read more
How artificial intelligence design the world
How artificial intelligence design the world

The image you see above was drawn especially for this article, but did not require any artistic skills or vein…

read more
Difference between arrow and normal functions in JavaScript
Difference between arrow and normal functions in JavaScript

In this tutorial we are going to see how arrow functions differ from normal JavaScript functions. We will also see…

read more
How to use the codePointAt method in JavaScript
How to use the codePointAt method in JavaScript

The JavaScript codePointAt method has more or less the same function as the charCodeAt method, used to get the 16-bit…

read more