DEV Community

Cover image for JavaScript String Methods

JavaScript String Methods

ahmadullah on December 02, 2020

In the name of Allah, my name is ahmadullah and I want to teach you about string methods. As we know there are two types in JavaScript which are pr...
Collapse
 
ninest profile image
ninest

Hey nice article! Just wanted to make a quick suggestion:

Put "js" at the end of your opening backticks for your code so you get syntax highlighting:

let name = 'John';
let isMale = true;
let num = 9;
Enter fullscreen mode Exit fullscreen mode