Media Summary: reworked version: making a custom method using the toUpperCase() method and this. this one uses the toUpperCase() method kata link: updated version: this one uses recursion to get the exponent recursion info: ...
Archived Codewars 8 Kyu Is The String Uppercase Javascript - Detailed Analysis & Overview
reworked version: making a custom method using the toUpperCase() method and this. this one uses the toUpperCase() method kata link: updated version: this one uses recursion to get the exponent recursion info: ... reworked version: this one is all about .find() and Number.isInteger() this one uses the split() and join() methods kata link: a very unique (to these vids) way to take care of business with padStart()
this one uses template literals kata link: updated version: another ternary operation with a remainder operator. this one uses the toUpperCase and split() methods, and more kata link: ... reworked version: very standard .split(), .reverse(), then .join() updated version: We use .map(), .split(), .join(), and how to create custom prototype methods kata ... reworked version: we're using .toUpperCase(), .split(), .join(), and .map() in this barn-burner.
updated version: this one uses template literals template literals info: ...