Archived Codewars 8 Kyu Convert A Boolean To A String Javascript - Detailed Analysis
this one uses an if statement and the conditional (ternary) operator kata link: ... reworked version: another simple ternary operator example. reworked version: Here's how we use template literals kata link: ... reworked version: very standard .split(), .reverse(), then .join() updated version: .repeat() is all we need on this one kata link: ... this one uses the ternary operator kata link:
this one uses the Number() constructor, the unary plus (+) operator, and more kata link: ... updated version: We use .map(), .split(), .join(), and how to create custom prototype methods kata ... updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() another .split() video; seems like .split() is a pretty common method. this one has a lot going on Array() constructor info: ... updated version: here we use class extensions and methods classes info: ...
updated version: this one is about the Date() constructor, setHours() function, and some ...
Photo Gallery



















