Question: in javascript web apps node.js Compare the given strings and display the string that comes alphabetically last. given var userName1 = Ann; // Code will
in javascript web apps node.js
Compare the given strings and display the string that comes alphabetically last.
given
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
