Showing Post From JavaScript

Top 10 Reasons to Learn JavaScript

Have you been looking around at programming languages, trying to decide which one you should learn? Or maybe you’ve been learning JavaScript for a while, but you’re not sure if you should continue with it.

Read more

Objects, Arrays, and Functions with JavaScript

In this article, we’ll focus on three fundamental programming concepts with JavaScript - objects, arrays, and functions. Objects Objects – also known as “dictionaries” – are a way to store data.

Read more

Three JavaScript Projects You Should Know About

If you’ve been paying attention to JavaScript these last few years, you would have noticed the high-number of frameworks, libraries, and tools being released.

Read more

JavaScript Interview Question – Steps.js

In this article, we have another fun algorithm challenge: steps. It can be a little tricky if you haven’t seen it before, especially since the spaces must be logged to the console.

Read more

Three Simple Algorithms with JavaScript

You might have seen some of these algorithm challenges before, but that’s okay, we’re offering a few solutions to each of them, to help give you a better understanding of them and enhance your problem-solving abilities for other algorithms you might come across in the future.

Read more

Debugger Mode in Node.js - How to Debug Node.js Applications

Not many people are aware that Node.js includes a command-line debugging utility. Debugging Node.js applications is quite simple if you know what to do.

Read more