“.KeyInSelect” Code-Antworten

.KeyInSelect

console.log('you chose ' + index);
Hurt Hedgehog

.KeyInSelect

const readLineSync = require('readline-sync'),
  items = ['option 1', 'option 2', 'option 3'],
  index = readLineSync.keyInSelect(items);
console.log('you chose ' + items[index]);
Hurt Hedgehog

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen