feat(curriculum): Prototype drafted for Workshop – Smart Campus Directory#1161
feat(curriculum): Prototype drafted for Workshop – Smart Campus Directory#1161Rudro4038 wants to merge 2 commits into
Conversation
jdwilkin4
left a comment
There was a problem hiding this comment.
Higher order functions haven't been taught yet.
If this is meant to go inside the objects module, then you will need to refactor it to not use filter, map, sort, etc.
If this is meant to be inside of the higher order function module, then please let us know so the issue can be updated accordingly
| @@ -0,0 +1,203 @@ | |||
| { | |||
There was a problem hiding this comment.
Please create a PR in the freecodecamp CDN repo, if you haven't already done so to add this data there.
If you have already created a PR and had it approved and merged in, then this file can be removed.
There was a problem hiding this comment.
Let's confirm the draft, then I'll would PR finalized data.json
| //this data will be fetched from CDN | ||
| const fs = require("fs"); | ||
| const data = fs.readFileSync("data.json", "utf8"); | ||
| const rawData = JSON.parse(data); | ||
| // console.log(rawData); |
There was a problem hiding this comment.
Please create a PR in the freecodecamp CDN repo, to add the data.json.
If you have already created a PR and had it approved and merged in, then this will need to be updated to come from the CDN instead.
There was a problem hiding this comment.
After confirming the draft these lines will be removed.
It is going into JS objects module, so I'm removing filter, map, sort and other higher order fucntions |
Checklist:
Update index.md)References #64117