Добавить
Уведомления

Whiteboard Wednesday: Reverse a String

**Hello there! I'm Luke! I'm an alumni of the Covalence Full Stack course and now an instructor here as well. In this week's demo, we need to take a string and reverse it! This is one possible solution out of many we can do. Stay tuned for other solutions! Useful links: String .split() https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split Array .reverse() https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reverse Array .join() https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/join Learn more about Covalence: https://covalence.io

12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

**Hello there! I'm Luke! I'm an alumni of the Covalence Full Stack course and now an instructor here as well. In this week's demo, we need to take a string and reverse it! This is one possible solution out of many we can do. Stay tuned for other solutions! Useful links: String .split() https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split Array .reverse() https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reverse Array .join() https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/join Learn more about Covalence: https://covalence.io

, чтобы оставлять комментарии