IceLady's blog

By IceLady, history, 9 years ago, In English

Hello,

I have a problem with running custom invocation in JavaScript. It looks like I have problem with getting input. I use readline() function but it throws me that input is undefined.

Maybe someone could help me out?

Thanks, Vaiva

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
9 years ago, # |
  Vote: I like it +12 Vote: I do not like it

ensure your line in input form ends with enter. Otherwise readline() returns 'undefined'