Exploring Codewars 8 Kyu Wide Mouthed Frog Javascript
Let's dive into the details surrounding Codewars 8 Kyu Wide Mouthed Frog Javascript.
- this one uses index accessing of a pair of strings kata link: ...
- this is how to use the Math.abs() and the Math.sign() functions.
- a nice split(), reverse(), join()
- Pirate theme with some Object.values() and .includes() mixed in kata link: ...
- accessing an array using a remainder operator and knowledge of classes classes info: ...
In-Depth Information on Codewars 8 Kyu Wide Mouthed Frog Javascript
we do the test() method and go over a little regex. this one uses the Array.from() method, the Array() constructor, and more kata link: ... template literal with a ternary operation. a nice one liner featuring an object and Math.floor()
template literals, map(), Array() constructor, and more.
That wraps up our extensive overview of Codewars 8 Kyu Wide Mouthed Frog Javascript.