Improve the name of the variables
https://github.com/Marak/colors.js/blob/6bc50e79eeaa1d87369bb3e7e608ebed18c5cf26/lib/custom/zalgo.js#L71
What is l?
if (isChar(l)) {
continue;
}
result = result + text[l];
used twice, seems pretty readable to me do you have any suggestions for the name?
https://www.w3.org/wiki/JavaScript_best_practices#Call_things_by_their_name_.E2.80.94_easy.2C_short_and_readable_variable_and_function_names
What is d?
https://github.com/Marak/colors.js/blob/6bc50e79eeaa1d87369bb3e7e608ebed18c5cf26/lib/custom/zalgo.js#L96
@prietales, you should open a new ticket for the "d" variable. That would be very helpful to keep these important issues separate.
The project is dead.