Function getlongeststring(strings) { } /* do not modify code below this line */ const strings = ['long', 'longer', 'longest']; console.log(getlongeststring(strings), '< -- should be "longest"');

Solved
Show answers

Ask an AI advisor a question