🌐
DEV Community
dev.to › brihoum › solving-freecodecamp-javascript-algorithms-and-data-structures-projects-2bi5
Solving FreeCodeCamp JavaScript Algorithms and Data Structures projects - DEV Community
March 20, 2023 - On this post, I'll explain and help you understand in detail how to solve every FreeCodeCamp JavaScript Algorithms and Data Structures Project in a simple way.
🌐
GitHub
github.com › Fe-56 › freeCodeCamp-JavaScript-Algorithms-and-Data-Structures
GitHub - Fe-56/freeCodeCamp-JavaScript-Algorithms-and-Data-Structures: This repository contains the code that I've written when taking freeCodeCamp's JavaScript Algorithms and Data Structures course.
This repository contains the code that I've written when taking freeCodeCamp's JavaScript Algorithms and Data Structures course. - Fe-56/freeCodeCamp-JavaScript-Algorithms-and-Data-Structures
Starred by 16 users
Forked by 4 users
Languages   JavaScript
🌐
Reddit
reddit.com › r/learnprogramming › i just completed free code camp's javascript algorithms and data structures certificate... here's what i thought of it.
r/learnprogramming on Reddit: I just completed Free Code Camp's JavaScript Algorithms and Data Structures Certificate... here's what I thought of it.
July 10, 2022 -

Previously I'd completed and written up some thought's on Free Code Camp's Scientific Computing with Python and Responsive Web Design certifications. I think people found those helpful, so here I am with some thoughts on their JavaScript cert, and hopefully it'll help some people decide whether it's worth it.

First - how long did it take? I didn't really time myself, but I'd estimate about 60 hours. It's a bit hard to say because I spent some of that time *thinking* about coding challenges and some of that time looking at other tutorials when I didn't understand certain lessons (more on that later). There are 7 'learning sections', 2 'scripting challenge' sections, and a final section of 5 projects that need to be completed in order to earn the cert.

Out of the three programs I've completed from FCC, this JavaScript one seems to be the most polished. Like the Responsive Web Design program, everything is done in the in-browser editor, which makes it really easy if you computer hop or can't set up your own dev environment. So I was able to complete a lot of this program with my work computer while on my lunch break.

Because I'd previously learned some Python, I was able to breeze through about 75% of this course. Many of the core concepts are the same, so I just had to learn a lot of syntax differences. There is a Regular Expressions section early on that I had some struggles with, but it turned out to be very important for many of the scripting challenges. In fact, I ended up using RegEx in 2 of the 5 final projects.

Speaking of the final projects, I didn't think any of them were too difficult. The final "Cash Register" project was the one I had to think about the most. But if you could figure out the core functionality of each project, it was easy to quickly finish them. There was no tedious output formatting like the Python cert had. I think these projects were pretty well designed. But most valuable were the basic and intermediate algorithm scripting challenges, which really forces you to use all the concepts you've learned.

Still, I think there are 2 flaws with the FCC JavaScript cert:

First: while most of the program is paced really well, once you get to the Object Oriented Programming and Functional Programming sections, the difficulty ramps up very fast. You are presented with big walls of text and (relatively) big chunks of code to figure out. The OOP section I was able to get through because I'd learned a lot of those concepts in Python, but a lot of the functional programming stuff (especially the .map and .filter functions), I had to just go and watch other tutorials on the subject. Also, I just had a hard time getting recursion down (and I still need to go and find more tutorials on that).

Second: The program is pure JavaScript. Nowhere do you learn how to use JS to interact with HTML & CSS. I think that's a big hole in the program. The next cert is on stuff like Bootstrap and React. So I guess the vanilla JS+HTML stuff is just skipped over?

Aside from that, I think it's a good cert to get (even if the cert doesn't really mean anything). I learned a ton, and I'm glad I did it.

🌐
Class Central
classcentral.com › subjects › computer science › algorithms and data structures
Free Course: JavaScript Algorithms and Data Structures from freeCodeCamp | Class Central
January 29, 2022 - It covers basic to advanced algorithms, data structures, and problem-solving techniques, all while using JavaScript. The hands-on challenges and real-world examples help reinforce learning effectively.
🌐
LinkedIn
linkedin.com › pulse › javascript-algorithms-data-structures-freecodecamp-eamonn-cottrell
Javascript Algorithms and Data Structures on freeCodeCamp
December 20, 2021 - Victory! A Javascript Certificate (But more importantly, some good programming practice.) Minimal code included as I found it most important in these projects to not look up anyone else's sample code.
Find elsewhere
🌐
freeCodeCamp
forum.freecodecamp.org › javascript
JavaScript Algorithms and Data Structures Basic JavaScript - JavaScript - The freeCodeCamp Forum
March 4, 2022 - Hi, Kindly please assist, been stuck on this question i am failing to crack it. below is the description of the question. Make an object that represents a dog called myDog which contains the properties name (a string), legs , tails and friends .
🌐
freeCodeCamp
forum.freecodecamp.org › javascript
JavaScript Algorithm and Data Structures - JavaScript - The freeCodeCamp Forum
December 17, 2023 - I have a question regarding the JavaScript course. Has the course been updated recently? I don’t remember it being like that, maybe I’m going crazy. The course work is similar to Responsive Web Design where you complete 4 lessons then do a project. However, last time I checked the JavaScript ...
🌐
freeCodeCamp
freecodecamp.org › news › data-structures-and-algorithms-in-javascript
Data Structures and Algorithms in JavaScript - Full Course for Beginners
September 4, 2018 - Learn common data structures and algorithms in this course from Beau Carnes. In addition to learning the theory behind the data stuctures and algorithms, you will learn how to implement them in JavaScript. Here are the topics covered: Stacks Sets Qu...
🌐
YouTube
youtube.com › playlist
FreeCodeCamp - 2 ES6 - Javascript Algorithms & Data Structures - YouTube
All 29 of FreeCodeCamps Javascript Algorithms and Data Structures - ES6 Course - walk-through and logic breakdown. Created with late 2022/early 2023 version ...
🌐
GitHub
github.com › Krasipeace › JavaScript-Algorithms-and-Data-Structures---freecodecamp.org
GitHub - Krasipeace/JavaScript-Algorithms-and-Data-Structures---freecodecamp.org: Exercises / tasks / projects
Once you have the fundamentals down, you'll apply that knowledge by creating algorithms to manipulate strings, factorialize numbers, and even calculate the orbit of the International Space Station. Along the way, you'll also learn two important programming styles or paradigms: Object Oriented Programming (OOP) and Functional Programming (FP). Basic JavaScript ES6 Regular Expressions Debugging Basic Data Structures Basic Algorithm Scripting Object Oriented Programming Functional Programming Intermediate Algorithm Scripting
Author   Krasipeace
🌐
freeCodeCamp
forum.freecodecamp.org › freecodecamp support
[solved] JavaScript Algorithms and Data Structures: able to claim certificate, but solutions won't show - freeCodeCamp Support - The freeCodeCamp Forum
August 8, 2021 - /Update: Nevermind, I just tested it in a private browser window and there it works. Seems to be a problem with one of my browser plugins. I just completed “JavaScript Algorithms and Data Structures” and I was able to claim the certificate, but I noticed that I can’t revisit my solutions.
🌐
freeCodeCamp
forum.freecodecamp.org › javascript
Https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-introductory-javascript-by-building-a-pyramid-generator/step-13
May 26, 2024 - https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-introductory-javascript-by-building-a-pyramid-generator/step-13Hi, I can see my variables printed on the console. It says I am failing this step. What am I doing wrong. Here is my code. let profession = "teacher"; console.log (profession); let age; console.log (age);
🌐
freeCodeCamp
forum.freecodecamp.org › javascript
Step 131 JavaScript Algorithms and Data Structures (Beta) - JavaScript - The freeCodeCamp Forum
January 27, 2024 - I am stuck and cannot figure out why my code will not work. Any suggestions? Thank you! step 131: Your locations array doesn’t have a fifth element, so locations[4] doesn’t work. Add a new object at the end of the locations array, following the same structure as the other objects.