CtCI-6th-Edition-JavaScript icon indicating copy to clipboard operation
CtCI-6th-Edition-JavaScript copied to clipboard

refactor: Rename function to ES6 arrow function and update var to let…

Open mxmxmarexmxm opened this issue 2 years ago • 0 comments

… 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.

mxmxmarexmxm avatar Jun 14 '23 22:06 mxmxmarexmxm