Results for: "browsers"

Contents (167)

Mastering array sorting in JavaScript: a guide to the sort() function
Mastering array sorting in JavaScript: a guide to the sort() function

In this article, I will explain the usage and potential of the sort() function in JavaScript.   What does the sort() function…

read more
What is Gzip compression and what is it used for?
What is Gzip compression and what is it used for?

GZIP compression allows you to compress the resources of a web page before they are served to the users' browsers…

read more
JavaScript Arrow functions: What they are and how to use them
JavaScript Arrow functions: What they are and how to use them

In this article we are going to see what they are and how to use JavaScript Arrow Functions, a new…

read more
Nesting: future proofing CSS
Nesting: future proofing CSS

Although not currently supported by browsers, there is a proposal for CSS nesting to support a feature that would provide…

read more
Strings in JavaScript: What they are and how to use them
Strings in JavaScript: What they are and how to use them

In this tutorial we are going to explain what strings are and how they are used in JavaScript. The tutorial…

read more