Quick question about the curriculum

Tell us what’s happening:
I was just wondering if the entire curriculum on freecodecamp teaches everything you need to know to become a front-end developer or is it everything for a full-stack developer? because I’m only interested in the first.

Your code so far


// Setup
var myStorage = {
  "car": {
    "inside": {
      "glove box": "maps",
      "passenger seat": "crumbs"
     },
    "outside": {
      "trunk": "jack"
    }
  }
};

var gloveBoxContents = undefined; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

Link to the challenge:

You should learn all of it - the javascript section might seem a little ‘backendy’ but it’s fairly general and applies across the board

You’ll use most of it in front end web dev work

1 Like