ZealUps
Menu Close
  • Home

Month: August 2017

0

Template Literals of ES6

Posted on August 10, 2017 by shiljo
template literals of es6

This feature was introduced in ES6 to have control over dynamic string. Lets start with an example In the above code the in order to have multi line \n (new line) escape characters are used with concatenation + symbol with… Continue Reading →

Programming ecmascript, es6, JavaScript
0

Static Method in Class

Posted on August 9, 2017 by shiljo
static method

Static method calls are made directly on the class and cannot make calls on instances of the class. The static methods are similar to normal methods but with static keyword assigned to the front of the method Here IsFourLegged() method… Continue Reading →

Programming ecmascript, es6, JavaScript
1

Class in ES6

Posted on August 9, 2017 by shiljo
class a keyword in es6

As we all know JavaScript is an object-oriented language (prototype based). That means classes in JavaScript too is prototype based. The concept of class is not new in JavaScript but the keyword class is new, the keyword class is actually… Continue Reading →

Programming ecmascript, es6, JavaScript
0

Scope of var and let in JavaScript

Posted on August 9, 2017 by shiljo
var and let of JavaScript

Var The variable statement declares a variable, optionally initializing it to a value – MDN web docs Let Let is the new keyword introduced in ES6. The let statement declares a block scope local variable, optionally initializing it to a… Continue Reading →

Programming ecmascript, es6, JavaScript
0

Destructuring Assignments in ES6

Posted on August 8, 2017 by shiljo
destructuring to dismantle

Destructuring Assignments Destructure means ‘dismantle‘ as per dictionary. In JavaScript destructuring assignment expression makes it possible to unpack/dismantle values from array or properties. Lets jump into the sample code Here is the traditional way of assigning each properties to the… Continue Reading →

Programming ecmascript, es6, JavaScript
0

Set and Map of ES6

Posted on August 8, 2017 by shiljo
set and map of es6

Set The Set lets you store unique values of any type (it can be primitive or object references types) Let us learn and understand more by looking from the below snippet code In the above snippet the object is created… Continue Reading →

Programming ecmascript, es6, JavaScript
0

Reset.css or Normalize.css

Posted on August 8, 2017 by shiljo
reset or normalize

In the begining of the browser application there was no standardisation on styles so every browsers implemented their own styles. For example the default font used by IE and Firefox where different even these browsers provided a feature to set… Continue Reading →

Programming css, html
0

Features of ES8/ECMA 2017

Posted on August 2, 2017 by shiljo

In the month of June 2017 the ECMAScript 2017 got approved. Here we are going to discuss about the new features included in ES8 aka ECMA 2017. String Padding The string Padding was a long pending feature which should have… Continue Reading →

Programming ecmascript, es8, JavaScript
0

Features of ES7/ECMA 2016

Posted on August 1, 2017 by shiljo
es7

By mid of 2016 the ECMAScript 2016 got approved. In this post we are going to discuss about the new features included in ES7 aka ECMA 2016. As per ECMA International the standards organisation have agreed to have yearly periodical… Continue Reading →

Programming ecmascript, es7, JavaScript

Categories

  • Language (2)
  • Mathematics (5)
  • Nutrition (6)
  • Programming (34)
  • Software (2)
  • Travel (1)

Archives

© 2021 ZealUps. All rights reserved.
Hiero by aThemes