node-slug
node-slug copied to clipboard
Chaining methods instead of multiple assignations
The two changes I made are :
- Chaining the
.replace()methode to make only one assignation - Testing the
opts.loweron the return statement to avoid another assignation