CtCI-6th-Edition-JavaScript
CtCI-6th-Edition-JavaScript copied to clipboard
refactor: Rename function to ES6 arrow function and update var to let…
… in allUniqueChars
This commit renames the function to an ES6 arrow function syntax and updates the usage of var to let in the allUniqueChars function.