word-puzzle-shuffler
Version:
shuffle given two words properly so user can find out the word into the puzzle
14 lines (9 loc) • 399 B
JavaScript
/* eslint-disable linebreak-style */
const shufflePack = require('./index.js');
/*
console.log(shuff.shuff.shuff.getCellValues(['LEMON', 'BEAN']))
const shuffleWorker = shuff.shuff.getCellValues(['LEMON', 'BEAN']);*/
const deneme = new shufflePack(['LEMON', 'BEAR'])
console.log(deneme.getCellValues)
console.log(deneme.getFirstWordIndexes)
console.log(deneme.getSecondWordIndexes)