kgashok / promises-simple

Github userid demo using promises
0 stars 1 forks source link

Use module export and import to share authObj #18

Open kgashok opened 6 years ago

kgashok commented 6 years ago

demoGithubUser

// uses authObj which has been defined elsewhere in // loadFile.js (to be renamed). It contains the private // token which cannot be checked into github repos // There is no equivalent of extern in C in JavaScript // so need to use module export and import // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export //