Results 2 issues of Michael Field

Difficulty level (1-10): [10] Estimated time spent (hours): [20] Completed (yes/no): [Yes] I stretched my coding skills (if yes what did you learn?): [This really, really challenged me. I've been...

STEPS 1) run: npm install japaneasy 2) Setup test.js file per instructions: var Dictionary = require('japaneasy'); var dict = new Dictionary(); dict('辞書').then(function(result){ console.log(result); }); 3) From console run: node test.js...