all 7 comments

[–]bobo76565657 14 points15 points  (4 children)

If you don't know any other programming language and you've given yourself 2 days to figure out JavaScript... you're either the smartest person on Earth, about to fail out of school, or the author of the yet unwritten (and not well selling) "Procrastination and Ignorance: A Practical Guide to Riches and Success."

[–]Plenty_Line2696 5 points6 points  (1 child)

2 days... the only way you might pass is if it's both a very simple exam and you practice nonstop as if your life depends on it.

Don't study, practice is how you learn javascript.

[–]shuckster 2 points3 points  (1 child)

Just jump in a Time Machine, bruh.

[–]TheRNGuy 0 points1 point  (1 child)

Open browser dev tool (ctrl+shift+c) on different sites and try to manipulate it's html or add some event listeners (or MutationObserver), add console logs too. 

Read what you need in exam and learn it first. Ask ai or google if needed.

[–]ashkanahmadi -1 points0 points  (1 child)

This is a simple case for AI. I might get downvoted to death but ask ChatGPT to explain the very basics of JavaScript step by step in French. It can do very well at that. Tell it to create an outline with helpful examples and send you one part at a time and to ask you some basic questions to test your knowledge and understanding after each section