Javascript

JavaScript Fundamentals -- Strings, Numbers, & Dates

PRO
Outline

In this section of the course, we're going to talk a little bit about how to work with strings, numbers, and dates. We won't go into a lot of depth on any one of the topics, but it should help you get familiar with these data types so you can use them in your project. For strings, we'll talk about methods that exist on every string, like slice and split. We'll also talk about template strings. For numbers, we'll talk about the Math object and how to use that in your application. For dates, we'll talk about how to use Date.now and how to create new Date objects. We'll also briefly touch on some libraries that exist for working with dates.

 

I finished! On to the next chapter