yeah thx , i did get the words but … i don’t know , i thought i could use sort when i saw the challenge but i can’t run it on the console …
should i use python or its possible with js ?
Hi, it’s possible in JS and you can use sort(), but I think that you simply misuse sort(). Take a closer look at what it does step by step and you will succeed ;)
so … still can’t execute my sort … i get this error evrytime Uncaught TypeError: s.sort is not a function()(anonymous function) @ VM844:2InjectedScript._evaluateOn @ VM170:875InjectedScript._evaluateAndWrap @ VM170:808InjectedScript.evaluate @ VM170:664
my var is named ‘ s ’ .
if u can tell me wat im doing wrong …