๐ŸŒ
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 - The JavaScript Algorithms and Data Structures course by freeCodeCamp is an excellent resource for learning fundamental programming concepts. It covers basic to advanced algorithms, data structures, and problem-solving techniques, all while using ...
๐ŸŒ
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.
๐ŸŒ
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
๐ŸŒ
YouTube
youtube.com โ€บ playlist
FreeCodeCamp - 1 Basic JavaScript - Javascript Algorithms & Data Structures - YouTube
All 113 of FreeCodeCamp.org's Basic Javascript course, in the Javascript Algorithms & Data Structures - Created on the 2022/2023 Version of FCC
๐ŸŒ
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.

๐ŸŒ
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.
๐ŸŒ
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 ...
Find elsewhere
๐ŸŒ
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.
๐ŸŒ
Class Central
classcentral.com โ€บ subjects โ€บ programming โ€บ programming languages โ€บ javascript
Free Course: JavaScript Algorithms and Data Structures (Beta) from freeCodeCamp | Class Central
Master JavaScript through hands-on projects: build games, apps, and tools while learning algorithms, data structures, OOP, functional programming, and asynchronous coding.
๐ŸŒ
freeCodeCamp
forum.freecodecamp.org โ€บ javascript
Legacy JavaScript Algorithms and Data Structures vs Beta JavaScript Algorithms and Data Structures - JavaScript - The freeCodeCamp Forum
September 15, 2024 - Iโ€™m Interested in learning JavaScript for Back-end with node.js, Iโ€™m not a fan of Project-Based learning, Which cert will be better for me, the Legacy JavaScript Algorithms and Data Structures or the Beta JavaScript Algorithms and Data Structures?
๐ŸŒ
freeCodeCamp
forum.freecodecamp.org โ€บ javascript
Certification on JS Algorithms and Data Structures - JavaScript - The freeCodeCamp Forum
February 4, 2025 - Hi, Iโ€™ve tried to find info about this in the forum but couldnโ€™t. Iโ€™ve been following the Full Stack Dev Curriculum and, as I completed projects in the HTML and CSS modules, I automatically got those same projects markeโ€ฆ
๐ŸŒ
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 . You can set these object properties to whatever values you want, as long as name is a string, legs and tails are numbers, and friends is an array.
๐ŸŒ
GitHub
github.com โ€บ Krasipeace โ€บ JavaScript-Algorithms-and-Data-Structures---freecodecamp.org
GitHub - Krasipeace/JavaScript-Algorithms-and-Data-Structures---freecodecamp.org: Exercises / tasks / projects
While HTML and CSS control the ... and Data Structures Certification, you'll learn the fundamentals of JavaScript including variables, arrays, objects, loops, and functions....
Author ย  Krasipeace
๐ŸŒ
freeCodeCamp
forum.freecodecamp.org โ€บ javascript
JavaScript Algorithms and Data Structures (Beta) - JavaScript - The freeCodeCamp Forum
May 23, 2024 - Im going back and catching things up because I skipped the current curriclum if I covered it in the legacy challenges before the switch. So I`m getting to the shopping cart, platformer game and dice game and it seems to go from a step by step format to writing complex coding at length, Just wondering if anyone else had this experience as I can solve JS challenges fairly easy but still struggling with writing an entire function with a lot of logic.