Results for: "opera"

Categories (1)

Contents (289)

JavaScript Programming Styles: Best Practices
JavaScript Programming Styles: Best Practices

When programming with JavaScript there are certain conventions that you should apply, especially when working in a team environment. In…

read more
How to set up your own free web server with XAMPP
How to set up your own free web server with XAMPP

Nowadays anyone can create their own website easily and free of charge. Whether through a CMS (such as WordPress) or…

read more
Secret iPhone codes to unlock hidden features
Secret iPhone codes to unlock hidden features

We love that our devices have hidden features. It's fun to learn something new about the technology we use every day,…

read more
What is the difference between primitives types and objects in JavaScript?
What is the difference between primitives types and objects in JavaScript?

In this short tutorial we are going to look at the differences between primitive types and objects in JavaScript. To…

read more
How to reverse an array in JavaScript
How to reverse an array in JavaScript

In this tutorial we are going to see how you can change the order of the elements of an array…

read more