Pinned Loading
-
Career-path-Front-End-Engineer
Career-path-Front-End-Engineer PublicFront-End Engineer - Codecademy projects and daily practice
-
Secret Message - JavaScript Array Me...
Secret Message - JavaScript Array Methods Practice Codecademy project: Transform an array of strings into a secret message by discovering and applying the right array methods (pop, push, splice, shift, unshift, join, etc.). 1let secretMessage = ['Learning', 'is', 'not', 'about', 'what', 'you', 'get', 'easily', 'the', 'first', 'time,', 'it', 'is', 'about', 'what', 'you', 'can', 'figure', 'out.', '-2015,', 'Chris', 'Pine,', 'Learn', 'JavaScript'];
23// remove last string4secretMessage.pop();
5 -
-
Whale Talk translator - Nested loops...
Whale Talk translator - Nested loops, conditionals, and array methods to convert text to whale language 1// Whale Talk - JavaScript Loops & Array Methods Practice2//3// Codecademy project: String-to-whale-language translator using nested for loops to iterate through input text and vowels array.4// Implements conditional logic to double specific vowels (e, u), array push method, and string joining/capitalization.5//
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
