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.
Learning objectives - JavaScript Tutorial
From the course: Learn JavaScript: Write Modern Code with JavaScript ESNext
Learning objectives
- Welcome to Lesson 10, JavaScript Dialects in Depth. In this lesson, what we'll be doing is going through a number of JavaScript dialects that we mentioned earlier in the course, and seeing how to write and run basic code in them. So as far as the basic structure of this lesson, we're going to start off by taking a look at TypeScript and see how to write basic code in TypeScript, as well as run it by converting it to JavaScript. And after that we'll take a look at how to do the same kind of thing with CoffeeScript. And finally, we'll take a look at a language called Dart, which provides advanced object oriented programming above and beyond what JavaScript normally provides. So that's what we're going to be taking a look at here. This is, I get asked about these things a lot, right, TypeScript, CoffeeScript, et cetera, and should I learn them? So my hope with this lesson is that it will help you make that decision, right? My hope is that you'll be able to decide whether these are…