Sunday, June 28, 2015

What’s relationship between JavaScript and ECMAScript?


ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3. 


1 comment:

  1. http://advancedjavascriptinterview.blogspot.in/2015/06/how-tp-create-arrays-using-javascript.html

    ReplyDelete

What is restrict option in directive?

The restrict option in angular directive, is used to specify how a directive will be invoked in your angular app i.e. as an attribute, class...