
Build a Record Collection - The freeCodeCamp Forum
Aug 19, 2025 · Tell us what’s happening: I am missing test 6 and I believe the thing is that the value isn’t adding up to the last place of the array, which is odd because i have tried the algorithm separately …
Record collecting - JavaScript - The freeCodeCamp Forum
Sep 1, 2020 · Challenge: Record Collection Link to the challenge: freecodecamp.org freeCodeCamp.org Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at …
freeCodeCamp Challenge Guide: Record Collection
Sep 4, 2023 · Record Collection Problem Explanation This problem is hard if you are new to JavaScript or programming, so don’t worry if you get stuck or need to ask for help. Asking for help is better than …
Record collection assignment - The freeCodeCamp Forum
Dec 24, 2019 · Tell us what’s happening: Im attempting this lesson and cant seem to get it to satisfy the test system When I try it out with the ocnsole logs it seems like im getting the correct answers so im …
Build a Medical Data Validator - The freeCodeCamp Forum
6 days ago · What’s in the invalid_records variable? Or, What is the relationship between the index you are enumerating there, and the “position” of a record? If you test your app by making some records …
Build a Record Collection - The freeCodeCamp Forum
Jul 25, 2025 · Tell us what’s happening: Despite console.log returning the expected result for each, I’m still failing tests 2, 5, 6, and 8. Your code so far const ...
Basic JavaScript - Record Collection - The freeCodeCamp Forum
Nov 23, 2023 · Tell us what’s happening: Describe your issue in detail here. Hey Coders. I hope this finds you well. please help it doesn’t wanna pass test number 2 the rest passes just number 2. Thank …
Basic JavaScript - Record Collection - The freeCodeCamp Forum
Dec 2, 2023 · Right, the arguments represent the values passed into the function. But what can I do with them? Like, how does records and id work together? records - an object containing several individual …
MongooseError: The `uri` parameter to `openUri ()` must be a string ...
Sep 16, 2021 · Hello! Help Wanted! Nodejs development environment. Connecting to the database in the Mongodb Atlass cloud File: myApp.js require ('dotenv').config (); const mongoose = require …
Type Error: Failed to Fetch when using Fetch API
Apr 17, 2021 · What line in your client code are you getting the type error? Also should we be converting the response to json even though it’s already in a json format?