How to convert the whole string to capital letter in Javascript ?
toUpperCase--is use for making a string to capital letter
var str="This is a technical blog"
str=str.toUpperCase()
alert(str)
will show "THIS IS A TECHNICAL BLOG"
Python Tutorial: Conditional Statements Python is a smart language , compare to other programing language python code is so smart that it ma...
No comments:
Post a Comment