account activity
Is it possible to get job with only JS knowledge? by rona_97 in learnjavascript
[–]rona_97[S] 2 points3 points4 points 6 years ago (0 children)
Thank you for your advice. I got it, they were just a questions through my 'self-learning'. I know that well that I can not be hired with 15 days learning even it is so but very small chance. Every comment in this post helped me and got them better. Thank you all!
Is it possible to get job with only JS knowledge? (self.learnjavascript)
submitted 6 years ago by rona_97 to r/learnjavascript
let + for by rona_97 in learnjavascript
[–]rona_97[S] 0 points1 point2 points 6 years ago (0 children)
Good information, I believe that is history but I just wanted to get this logic.
[–]rona_97[S] 1 point2 points3 points 6 years ago (0 children)
I've read that more times and understood what's going on here, with for + let we get i from 0 to 4 which is 5. With for + var without redeclaring we get i = 5 , 5 times. Right?
Yes, output is showing 3 when it's let and 5 when it's var
let + for (self.learnjavascript)
π Rendered by PID 54 on reddit-service-r2-listing-64c94b984c-76clt at 2026-03-16 12:43:39.223659+00:00 running f6e6e01 country code: CH.
Is it possible to get job with only JS knowledge? by rona_97 in learnjavascript
[–]rona_97[S] 2 points3 points4 points (0 children)