MCPcopy Create free account
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / palinPerm.js

File palinPerm.js

chapter01/1.4 - PalinPerm/palinPerm.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var palinPerm = function(string) {
2 // create object literal to store charcount
3 var chars = {};
4 var currChar;

Callers

nothing calls this directly

Calls 1

palinPermFunction · 0.70

Tested by

no test coverage detected