1.Write a JavaScript statement to convert “InformationTechnology” to uppercase.
2.
Assume courseTitle =”Principles in Information Technology andComputation”;
Write a JavaScript statement to find the third charactercourseTitle.
3.
Assume courseTitle = “Principle in Information Technology andCompuation”;
How to find the number of character of courseTitle?
4.
Assume courseTitle =”Principles in Information Technology andComputation”;
Write a JavaScript statement to return the substring from thesecond position to the tenth position.
Expert Answer
An answer will be send to you shortly. . . . .