0

What will be the output

Var a = len("how many letters in alphabet"); Console.log(a);

26th Jul 2020, 9:06 AM
Aakash Yadav
Aakash Yadav - avatar
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
26th Jul 2020, 9:56 AM
šŸ‡®šŸ‡³VivekšŸ‡®šŸ‡³
šŸ‡®šŸ‡³VivekšŸ‡®šŸ‡³ - avatar
0
We need number of letters
26th Jul 2020, 9:16 AM
Aakash Yadav
Aakash Yadav - avatar
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?
26th Jul 2020, 9:57 AM
JaScript
JaScript - avatar