Results for: "code"
Contents (562)
How to use the endsWith method in JavaScript
In this short tutorial, we are going to see what the endsWith method, introduced in JavaScript ES6, is and how…
read more
Loading images by resolution with HTML5
Normally the way to load images in HTML is through the img element to which we pass as a parameter…
read more
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 to create PDF with JavaScript and jsPDF
Creating dynamic PDF files directly in the browser is possible thanks to the jsPDF JavaScript library. In the last part of…
read more
How to make your own custom cursor for your website
When I started browsing different and original websites to learn from them, one of the first things that caught my…
read more