Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of momocow

momocow

momocow has asked 0 questions and find answers to 3 problems.

Stats

93
EtPoint
33
Vote count
0
questions
3
answers

About

// handshaking
[
  'javascript', 'js',
  'node', 'nodejs', 'node.js',
  'java', 'python', 'c++'
].includes(
    window.prompt('I speak Javascript, and you?', '')
      .toLowerCase()
  )
&& alert('Hurrahhhhh!')