Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

ts string lowercase

var str = "Apples are round, and Apples are Juicy."; 
console.log(str.toLowerCase( ))
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #ts #string #lowercase
ADD COMMENT
Topic
Name
1+9 =