0
What will be the output
Var a = len("how many letters in alphabet"); Console.log(a);
4 Answers
+ 2
Aakash Yadav
Don't use Python in Javascript. Because len() function only works in Python not in Javascript
Javascript is case sensitive. You should use var or let instead "Var". Same thing with "Console.log(a)". It should be console.log(a).
https://code.sololearn.com/WpcY6gnvj0I7/?ref=app
0
We need number of letters
0
You can put there all letters of a language and so will be get your answer.
Or what you do think Aakash Yadav can you please be precisely?