Skip to content

Instantly share code, notes, and snippets.

@Khuzha
Created August 19, 2018 09:57
Show Gist options
  • Save Khuzha/3757c0e6487a6b3856de01829e4bbdca to your computer and use it in GitHub Desktop.
Save Khuzha/3757c0e6487a6b3856de01829e4bbdca to your computer and use it in GitHub Desktop.
var a = read("введи");
console.log(a);
@Khuzha
Copy link
Author

Khuzha commented Aug 19, 2018

Ошибка:

oneuser@OnePC:~/MyProjects/js/19.08$ node 2index.js
/home/oneuser/MyProjects/js/19.08/2index.js:1
(function (exports, require, module, __filename, __dirname) { var a = read("введи");
^

ReferenceError:
read is not defined
at Object. (/home/oneuser/MyProjects/js/19.08/2index.js:1:71)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:191:16)
at bootstrap_node.js:612:3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment