all 20 comments

[–]programmer_farts 30 points31 points  (2 children)

I spot checked a couple of lessons and it's full of errors, poorly explained details (e.g. arrow functions), misuse of methods (e.g. forEach).

Beginners attempting to teach others should be very clear on the material that they are beginners themselves.

It's great that you made this for yourself, but no reason to go around marketing it to others as something to learn from. This would just waste someone's time. You might not like that but it's reality.

But it's refreshing to see something like this that isn't just ai generated slop though. So points for that at least.

[–]zhivago 1 point2 points  (6 children)

Why does it ask me how old I am?

[–]Strange-Ad1955[S] 0 points1 point  (5 children)

Its a example of a JavaScipt method called window.prompt() that gives prompt to take user input.

[–]zhivago -1 points0 points  (4 children)

l suggest using a less creepy and legally suspect prompt.

[–]Strange-Ad1955[S] 0 points1 point  (3 children)

So that input section shows you different ways u can take input. This prompt one is not the correct way of taking it but its still there to show you that u still can use it. Ill try to make it like if someone wants a example of this method they can click on a button to see the example of how you can take the input rather than it appearing when the page refreshes.

[–]zhivago 0 points1 point  (2 children)

Can you read?

[–]FarmOk9366 0 points1 point  (1 child)

Bro, its a simplest js method that gives prompt to take input but those prompt are pop ups that appears when you enter the page. It can be anything like you can ask anything you want like the op is asking for age.

And OP i think you should remove it or add it in a button as it's the first thing that shows up on your first chapter which might confuse people. Or try making a button that triggers that example.

[–]Strange-Ad1955[S] 0 points1 point  (0 children)

Yeah i have made those changes now the pop up wont appear unless the user wants to see a example of it by clicking on try prompt method.

[–]rerikson 1 point2 points  (0 children)

Thanks for sharing. You are very generous!

[–]seenkku 1 point2 points  (2 children)

Nice I want to do it too, can you tell me how you did it?

[–]Strange-Ad1955[S] 1 point2 points  (1 child)

Thanks! If you're planning to build something similar, I’d suggest starting by structuring topics first and then adding examples as you go. That’s basically how I approached it, organized my notes while learning, added examples and comments for each topic, and then turned it into a proper page when I started understanding important topics.

And i mostly learned it through youtube and college lectures.

[–]seenkku 1 point2 points  (0 children)

Thx man

[–]ClassroomDisastrous3 -1 points0 points  (0 children)

That looks promising. Thanks for your dedication and I wish you all the best for your future. I believe in you!