Question: 1.Use a global string object method to convert the string text to uppercase. const my_string = 'The quick brown fox.'; console.log( /* my_string in all
1.Use a global string object method to convert the string text to uppercase.
const my_string = 'The quick brown fox.';
console.log( /* my_string in all upper case */ );
2.Based on the code below, finish the console.log so that the number of characters in the string is logged.
const my_string = 'The quick brown fox.'; console.log( /* The number of characters in `my_string` */ );
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
