Tag: Javascript

Javascript String: ECMAScript standards

This is the second article highlighting some of the latest improvement issued in the most recent released of the ECMAscript for javascript string. The first article covered classes and is named:  Javascript Class: ECMAScript standards. Javascript String String is one of the most primitive object and most used in any programming language. It the most…


Coding standards: Meaningful Names in Javascript

Intro This post, is part of a series aimed at creating some basic coding standards for the javascript language. Even if Javascript is well known for being “flexible”, giving the developers too much freedom when using it, it does not mean that there could not be a standard. My personal speciality is Javascript, and like…