58 results for “topic:freecodecamp-javascript”
Front-end playground; my solutions to Pramp, FCC, and Fullstack Academy challenges and projects
👨💻 Learn how to use netlify serverless functions to hide secret/API keys in a frontend JavaScript web application.
This is free code camp solutions project for the free code camp beginners.
A repository that stores my exercises and projects from the course listed above.
A fully functional and responsive pokédex for freeCodeCamp's JS Course using PokéAPI written in basic HTML, CSS, and JS!
In this project, I created a Chloropleth Map using D3 with a dataset provided by FreeCodeCamp.
In this project, I created a Tree Map using D3 with a dataset provided by FreeCodeCamp.
JavaScript Algorithms and Data Structures Projects freecodecamp
My solutions for freeCodeCamp tasks. Use it as a reference and don't cheat yourself.
Check if the predicate (second argument) is truthy on all elements of a collection (first argument).
Create a function that sums two arguments together. If only one argument is provided, then return a function that expects one argument and returns the sum.
My solution for "Build an fCC Forum Leaderboard" (freeCodeCamp Interactive Learning - Asynchronous JavaScript - lab-fcc-forum-leaderboard)
Design a cash register drawer function checkCashRegister() that accepts purchase price as the first argument (price), payment as the second argument (cash), and cash-in-drawer (cid) as the third argument.
Convert the given number into a roman numeral.
In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Role Playing Game. You'll learn how to work with arrays, strings, objects, functions, loops, if/else statements, and more.
Flatten a nested array. You must account for varying levels of nesting.
Return true if the passed string looks like a valid US phone number.
Find the missing letter in the passed letter range and return it. If all letters are present in the range, return undefined.
Return an English translated sentence of the passed binary string. The binary string will be space separated.
Given a positive integer num, return the sum of all odd Fibonacci numbers that are less than or equal to num.
According to Kepler's Third Law, the orbital period T of two point masses orbiting each other in a circular or elliptic orbit is:
Freecodecamp offers to learn code for free, build portfolio projects, and earn free certifications
No description provided.
Write a function that takes two or more arrays and returns a new array of unique values in the order of the original provided arrays. In other words, all values present from all arrays should be included in their original order, but with no duplicates in the final array.
A repository containing all the FreeCodeCamp Curriculum's projects made by myself.
Make a function that looks through an array of objects (first argument) and returns an array of all objects that have matching name and value pairs (second argument). Each name and value pair of the source object has to be present in the object from the collection if it is to be included in the returned array.
Projects of FreeCodeCamp's FrontEnd Development Libraries Course. written in sveltekit+tailwindcss
freeCodeCamp projects for JavaScript Algorithms and Data Structures
Convert the characters &, <, >, " (double quote), and ' (apostrophe), in a string to their corresponding HTML entities.
Here are the codes that I wrote while doing the "JavaScript Algorithms and Data Structures" course on FreeCodeCamp.com. Hope it will help you get through any problem you might face while solving the problems. PEACE :)