BoxOfQuestions specs and MVP implementation
Pre-release
Pre-release
27 specs, 0 failures, 1 pending spec
Functional style
var LW = BoxOfQuestions(LWdb('learnWords'));
if (LW.db.numberOfWords() == 0) {LW.db.loadWords(wordList)};