Exploring Codewars 8 Kyu Contamination 1 String Javascript
Exploring Codewars 8 Kyu Contamination 1 String Javascript reveals several interesting facts.
- using the split(), map(), and join() methods split() info: ...
- this one uses the Number() constructor and the
- this one uses the ternary operator kata link:
- this one uses the filter() and toFixed() method along with the unary plus (+) filter() info: ...
- we use .test() and regex in this one kata link:
In-Depth Information on Codewars 8 Kyu Contamination 1 String Javascript
a clever use of the repeat() method repeat() info: ... some algebra and some math.ceil() kata link: this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses the repeat() method kata link:
Stay tuned for more updates related to Codewars 8 Kyu Contamination 1 String Javascript.