Media Summary: this one uses an if statement and the conditional (ternary) operator kata link: ... Pirate theme with some Object.values() and .includes() mixed in kata link: ... this one uses the unary plus (+) operator and the toFixed() method toFixed() info: ...
Codewars 8 Kyu Basic Making Six Toast Javascript - Detailed Analysis & Overview
this one uses an if statement and the conditional (ternary) operator kata link: ... Pirate theme with some Object.values() and .includes() mixed in kata link: ... this one uses the unary plus (+) operator and the toFixed() method toFixed() info: ... another example of using template literals with ternary operators. another example of how we use the test() method. a refresher on the remainder operator (modulus)
this how you find out what the whole array equals kata link: this one uses index accessing of a pair of strings kata link: ... time to use the Array() constructor and the fill() method. this one uses a variable and console.log() kata link: slice(), .toUpperCase(), . toLowerCase(), ternary operators, and template literals kata link: ... we use the ternary operator and that's it.
an example of using the includes() method.