From the course: Learn JavaScript: Write Modern Code with JavaScript ESNext

Unlock this course with a free trial

Join today to access over 25,000 courses taught by industry experts.

Use Dart for improved object-oriented programming

Use Dart for improved object-oriented programming - JavaScript Tutorial

From the course: Learn JavaScript: Write Modern Code with JavaScript ESNext

Use Dart for improved object-oriented programming

- Alright, so now that we've taken a look at TypeScript and CoffeeScript, let's move on to one that's going to feel a lot more different than those other two. And that is something called Dart. Now, Dart should feel very familiar to you still, if you're familiar with JavaScript, which at this point you should be fairly familiar with it. But I think what you're going to find is that Dart is actually a different language than JavaScript. All right, so it is kind of hard to tell where a programming language becomes a programming language and not just a dialect of another programming language. And Dart, I think, walks that line pretty well because it's definitely not JavaScript, but a lot of the things will feel very, very similar. So to get started, let's just create a new folder in here, which we'll call Dart demo. All right, so Dart demo. And next what you're going to want to do is install the Dart SDK, right? So you actually do need to install these utilities in order to use it. And…

Contents