Try it
Javascript
Jquery
Angular
Learn Angular
Learn Javascript
Learn Bootstrap
Learn jQuery
Trim-3
Example of
trimLeft()
: This is non standard function.
<!DOCTYPE html> <html> <head> <title>Welcome to LearnKode - A code learning platform</title> </head> <body> <script> var str = ' Welcome to LearnKode '; str = str.trimLeft(); document.write(str); //'Welcome to LearnKode ' </script> </body> </html>
Output
×
Save This try
Title
Description
<p>Example of <code>trimLeft()</code> : This is non standard function.</p>