Please enable JavaScript.
Coggle requires JavaScript to display documents.
STRINGS (methods (trim (trimLeft, trimRight), includes, startsWith,…
STRINGS
methods
includes
startsWith
endsWith
indexOf
replace
toUpperCase
trim
trimLeft
trimRight
split
primitive
const another = 'hi';
typeof
string
. notation
wrapping
with
JS
object
template
literals
${firstName} ${lastName}
backticks
object
const message = new String('hi');
typeof
object
escape
notation
\
+
conversion
number
concatination
documentation
methods
properties
length