Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

tolowercase typescript

var str = "Apples are round, and Apples are Juicy."; 
console.log(str.toLowerCase( ))
// apples are round, and apples are juicy.
 
PREVIOUS NEXT
Tagged: #tolowercase #typescript
ADD COMMENT
Topic
Name
9+2 =