pull/336/merge
tigerjoy 6 months ago committed by GitHub
commit 793f83ac7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -437,7 +437,7 @@ console.log(`${a} is greater than ${b}: ${a > b}`)
Everything in JavaScript is an object. A string is a primitive data type that means we can not modify it once it is created. The string object has many string methods. There are different string methods that can help us to work with strings.
1. *length*: The string *length* method returns the number of characters in a string included empty space.
1. *length*: The string *length* method returns the number of characters in a string including empty spaces.
**Example:**

Loading…
Cancel
Save