Javascript
JavaScript Fundamentals -- Strings, Numbers, & Dates

Strings, Numbers, and Dates Conclusion

PRO
Outline

In this section, we covered:

  • String methods, like slice and split (and where to go to find more methods)
  • Template Strings
  • The Math Object (and where to go to find more to do with it)
  • The Date object (and some 3rd party libraries to help deal with dates)

If you have any question on any of these topics, go back and review the videos. Otherwise, continue on with the course!