react-quickly icon indicating copy to clipboard operation
react-quickly copied to clipboard

ch16/password/js/generate-password.js, needed to use semi-colon after randomIndex

Open cavapoo2 opened this issue 6 years ago • 1 comments

let randomIndex = Math.floor(Math.random() * value);

otherwise i get ReferenceError: can't access lexical declaration`X' before initialization

cavapoo2 avatar Apr 22 '18 16:04 cavapoo2

This fixed it, thanks!

cmchenry avatar Jul 28 '18 17:07 cmchenry