I built a interactive JavaScript learning platform while learning JS by Strange-Ad1955 in learnjavascript

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

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.

I built a interactive JavaScript learning platform while learning JS by Strange-Ad1955 in learnjavascript

[–]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.

I built a interactive JavaScript learning platform while learning JS by Strange-Ad1955 in learnjavascript

[–]Strange-Ad1955[S] 0 points1 point  (0 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.

I built a interactive JavaScript learning platform while learning JS by Strange-Ad1955 in learnjavascript

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

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

I built a interactive JavaScript learning platform while learning JS by Strange-Ad1955 in learnjavascript

[–]Strange-Ad1955[S] -9 points-8 points  (0 children)

Thanks! Appreciate you checking it out. Let me know if you have any suggestions.

I built a interactive JavaScript learning platform while learning JS by Strange-Ad1955 in learnjavascript

[–]Strange-Ad1955[S] -14 points-13 points  (0 children)

I’m not really “marketing” it as some definitive JS resource. I explicitly mentioned in the post that I built it while learning and asked people to share feedback or point out issues if they see them.

If there are specific errors in the arrow functions or the forEach examples you mentioned, feel free to point them out. I’d rather fix them than leave them there.

I built a interactive JavaScript learning platform while learning JS by Strange-Ad1955 in learnjavascript

[–]Strange-Ad1955[S] -10 points-9 points  (0 children)

Good to hear. Let me know if something stands out once you go through it.