Can JavaScript be used to Make Mobile Apps? A Simple Guide
|

Can JavaScript be used to Make Mobile Apps? A Simple Guide

JavaScript started as a simple language to manipulate the user interface of a web page. Since then, the language has become more and more popular, with usage in the back-end and even desktop application! So the question I want to answer in this post is this: Can JavaScript be used to make Mobile Apps? Yes,…

Can JavaScript only run in a Web Browser?

Can JavaScript only run in a Web Browser?

Every single day, people are accessing the internet. New businesses are getting into the online marketplace, new websites and web services with interesting news and features are coming into existence. A fun fact – someone is still making his/her first Facebook account! With the vastness of the internet, there will always be the necessity of…

How to Master Sorting Algorithms in JavaScript with Examples

How to Master Sorting Algorithms in JavaScript with Examples

Sorting is an important part of any software program. It enables users to organize and reorganize items in an order of their choice. Hence, making it easier to find and retrieve an item from an entire dataset. Every programming language has different implementations of sorting algorithms. An Algorithm is just a fancy word to mean…

Is JavaScript An Object-Oriented Programming Language?

Is JavaScript An Object-Oriented Programming Language?

JavaScript is no doubt one of the most popular programming languages today as it is used almost everywhere. Looking at the reception JavaScript received from developers since its creation, it has clearly been the focus of a lot of controversies. Today, we would look at one of such controversies. Is JavaScript an object-oriented programming language?…

How to learn Vue.js in 14 days with assignments

How to learn Vue.js in 14 days with assignments

The goal of this article is to get you from beginner to intermediate level in Vue.js within two weeks. We have a roadmap for you to follow divided up by days with assignments. Vue.js is a fascinating user-friendly Javascript framework for creating/developing user interfaces. The core of the framework is high-speed and lightweight; therefore it…