DEV Community

Discussion on: Essential Vanilla JavaScript Functions

Collapse
 
gcdcoder profile image
Gustavo Castillo • Edited

Awesome utilities, just one question, what is this line for?

ret += "~" + j + "^" + keyify(obj[j]) + "%";

Why do you use "~", ^ and "%"?