Question: Write a JavaScript code that performs the following on the string College of Computing and Informatics: Display the character located at index 1 1 .
Write a JavaScript code that performs the following on the string "College of Computing and Informatics":
Display the character located at index
Display the character code for the character at index
Convert the entire string to uppercase and display the result.
The output should be formatted like this:
Character at index : C
Character at index :
Upper Case: COLLEGE OF COMPUTING AND INFORMATICS
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
