L16 - Chunky Monkey | Basic Algorithm Scripting | freeCodeCamp

preview_player
Показать описание
Please 🙏 SUPPORT Me guys by Subscribing to my Channel.

Hello friends, in this video we will learn how to Chunky Monkey in Basic Algorithm Scripting in Javascript from the freeCodeCamp JavaScript Algorithms and Data Structures Course. You can learn by watching this tutorial and practicing step-by-step as I have shown in the video.

Do forget to Subscribe to the channel to watch other tutorial videos of this project on time.

If you have any queries, comment below and I will answer them.

To support this channel, like this video and share this with your friend who wants to learn web development but they don't have enough resources like a high-end laptop or money to enroll in a big institution. Because this is the solution for both of the problems.

If you can follow me on other social media it'd make my day:
Рекомендации по теме
Комментарии
Автор

I did it like this bro. Your approach this time was a bit challenging for me to grasp. Here's how I approached it:

function chunkArrayInGroups(arr, size) {
let groupedArray = []
for (let i = 0; i < arr.length; i += size){
let slicedArray = arr.slice(i, i + size)

}
return groupedArray;
}

console.log(chunkArrayInGroups(["a", "b", "c", "d"], 2));

MaulinDave
Автор

Basic Algorithm Scripting sab bouncer padha

ComedyonTheSpot
join shbcf.ru