Question: JavaScript Compare the given strings and display the string that comes alphabetically last. var userName1 = Ann; // Code will be tested with different names
JavaScript
Compare the given strings and display the string that comes alphabetically last.
var userName1 = "Ann"; // Code will be tested with different names var userName2 = "Anthony"; // Code will be tested with different names
/* Your solution goes here */
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
