JavaScript Best Practices Articles on Flatlogic Blog

Guidelines and examples for following best practices in JavaScript programming to improve code quality and maintainability.

How to Write Clean Functions in JavaScript

Being a developer requires you to have a number of skills and extensive knowledge of what you work with. This includes knowing how to code in multiple programming languages, and more specifically, how to write clean code in JavaScript as it is one of the most widely-used coding languages today.

by Artsiom Baranouski • 14 min read

Javascript Clean Code Principles

This article will guide you on the javascript clean code principles.

by Ken Snyder • 11 min read

10 Most Common Mistakes JavaScript Developers Make

What is JavaScript for you? It won’t be an exaggeration to say that most modern web, as well as mobile applications, are built with the help of JavaScript. For years,...

by Sandra Larson • 9 min read

16+ Articles of March to Learn JavaScript

Hey JavaScripters! Here is our list of great articles, guides, posts, etc. In this post, you will find articles about performance, Redux, APIs, Hooks, and many other useful resources to...

by Nastassia Ovchinnikova • 6 min read

Top Mistakes JavaScript Developers Make

Since JavaScript is the basis of any web application, we are not going to discuss JS benefits or a list of JS possibilities. Instead, we will show you some typical mistakes that almost every JS programmer has made during his career.

by Nastassia Ovchinnikova • 15 min read

Writing Documentation for Your JavaScript Project

This may seem obvious but, if your code is not documented, then the only way to learn what it does is to reverse engineer it. Would you do that yourself? Let’s consider the extreme opposite and imagine if React, for example, had no documentation.

by Philip Daineka • 5 min read