Update classes.md

This commit is contained in:
Abhijith Chatra 2017-02-28 17:45:42 -08:00 committed by GitHub
parent e947f4859b
commit e08148cac6

View File

@ -5,8 +5,7 @@ but this may feel a bit awkward to programmers more comfortable with an object-o
and objects are built from these classes. and objects are built from these classes.
Starting with ECMAScript 2015, also known as ECMAScript 6, JavaScript programmers will be able to build their applications using Starting with ECMAScript 2015, also known as ECMAScript 6, JavaScript programmers will be able to build their applications using
this object-oriented class-based approach. TypeScript, allows you to use these techniques now, compiling them this object-oriented class-based approach. TypeScript, allows you to use these techniques.
down to JavaScript that works across all major browsers and platforms, without having to wait for the next version of JavaScript.
Let's take a look at a simple class-based example: Let's take a look at a simple class-based example: