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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!