Been using free code camp for about two months I feel like I'm ready to start my own projects or even start some on this site but when ready to start projects my mind to blank as if I know not what to do

Tell us what’s happening:

Your code so far


function divisibleTriangleNumber(n) {
// Good luck!
return true;
}

divisibleTriangleNumber(500);

Your browser information:

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

Challenge: Problem 12: Highly divisible triangular number

Link to the challenge:

Well why not try to make some games?

1 Like

What really helps me is watching a tutorial and coding along to it and than once finished, putting that all aside and opening a new browser and coding it again without watching anything . Then the next day when your brains fresh and you haven’t seen that code in almost 24hrs come back to it and code it again by yourself.

You will code it a few times but you will learn a lot more the second, third or fourth time through. This really helps get methods down opposed to just copying code from a tutorial.

1 Like

have you tried the projects at the end of each certification?

the Interview Prep section is pretty heavy on algorithms, and it is better to do after having finished the projects.

for the Interview Prep you may also need a lot of googling stuff as many of these have their own mathematical algorithms you can find online and translate to code to make it work

1 Like