Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall
app.skillpress.io
Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall
1–10 of 42 posts
Re: Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall
#2I feel the website needs better structure and depth.
Re: Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall
#3I am sure it will help you remember built-ins and terminology, but using PLs is far more than a human memory game, I know JS pretty thoroughly and cannot recall every Math or Array method, it's just not very important. If you want to get better at any PL, write it, write it, write it.
If you don't know what to write, I'd recommend heading over to somewhere like rossetacode and picking an unimplemented problem you like the look of.
Re: Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall
#4Sorry but this will not help you learn JavaScript. I am sure it will help you remember built-ins and terminology, but using PLs is far more than a human memory game, I know JS pretty thoroughly and cannot recall every Math or Array method, it's just not very important. If you want to get better at any PL, write it, write it, write it. If you don't know what to write, I'd recommend heading over to somewhere like rosse…
Re: Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall
#5Sorry but this will not help you learn JavaScript. I am sure it will help you remember built-ins and terminology, but using PLs is far more than a human memory game, I know JS pretty thoroughly and cannot recall every Math or Array method, it's just not very important. If you want to get better at any PL, write it, write it, write it. If you don't know what to write, I'd recommend heading over to somewhere like rosse…
Re: Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall
#6Sorry but this will not help you learn JavaScript. I am sure it will help you remember built-ins and terminology, but using PLs is far more than a human memory game, I know JS pretty thoroughly and cannot recall every Math or Array method, it's just not very important. If you want to get better at any PL, write it, write it, write it. If you don't know what to write, I'd recommend heading over to somewhere like rosse…
Re: Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall
#7Sorry but this will not help you learn JavaScript. I am sure it will help you remember built-ins and terminology, but using PLs is far more than a human memory game, I know JS pretty thoroughly and cannot recall every Math or Array method, it's just not very important. If you want to get better at any PL, write it, write it, write it. If you don't know what to write, I'd recommend heading over to somewhere like rosse…
Yeah, a lot of this just looks like trivia. There are a couple of very rudimentary “coding problems,” but I’m unsure how useful this would be. Writing code >>>> answering trivia questions about terminology.
Re: Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall
#8Earlier quoted context omitted.
Yeah, a lot of this just looks like trivia. There are a couple of very rudimentary “coding problems,” but I’m unsure how useful this would be. Writing code >>>> answering trivia questions about terminology.
I agree - the best way to learn to write code is to practice writing code. After you learn the basic terminology the course progresses on to more and more advanced coding problems.
Re: Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall
#9Earlier quoted context omitted.
I agree - the best way to learn to write code is to practice writing code. After you learn the basic terminology the course progresses on to more and more advanced coding problems.
For clarity, are advanced problems something like “write the output of this anonymous function” or does it teach this concept before asking the question? Is this supposed to be adjunct to a more holistic course?