About

Friday, January 20, 2023

#15 String methods | JavaScript Full Tutorial


 

In this lesson we're going to learn all about JavaScript string methods, we'll look at the most commonly used methods such as: - .toUpperCase() - .toLowerCase() - .indexOf() - .lastIndexOf() - ..and more!

#14 Template Literals | JavaScript Full Tutorial


 

Template literals were introduced in a version of JavaScript called ES6, and basically they introduce an easier and more readable way of injecting values into strings. In this lesson we look at them in detail, as well as multiline strings and embedding expressions.

#13 How to Concatenate Strings in JavaScript | JavaScript Full Tutorial


 In this lesson we're going to learn all about string concatenation. The word concatenation is just a fancy way of saying join together, so when we say string concatenation we're referring to the process of joining strings together. But when and why would we want to do this? Let's find out, in this lesson.

#12 JavaScript Strings | JavaScript Full Tutorial


 


#11 JavaScript Number Methods | JavaScript Full Tutorial


 In this lesson, we’re going to learn all about JavaScript Number methods. A common usage in JS is the need to format numbers, for example instead of displaying 3.0084 we want to display 3.1, or perhaps instead of displaying 2500000 we want to display 2,500,500. We'll learn how to do that and more in this lesson.

#10 JavaScript Numbers | JavaScript Full Tutorial


 

In this lesson we're going to look at our first Primitive data type of number. We'll learn how to write really big or really small numbers using exponents and scientific notation, as well as understanding the object counterparts that primitive data types have.

Twitter Delicious Facebook Digg Stumbleupon Favorites More