+ 12
What's the best way to practice just control structures?
Does anyone know any websites, apps or any other tools for learning and practicing just control structures?
11 odpowiedzi
+ 2
Try the control structure sandbox on https://eloquentjavascript.net
or on here.
+ 11
D'lite, it's the area I could use the most rigorous practice. And there's a website dedicated to everything. You just need to look long enough to find it.
+ 10
Thanks, Joshua Nichols. That's very helpful!
+ 9
Okay, D'lite. If you ever run across any along those lines, let me know. That would be helpful.
+ 9
Haris, that in combination with pre/post increment and decrement in 'for' or 'while' loops seems to throw me off. I too often seem to be off by one number when I run it in my head. Just want to hone those skills.
+ 7
Not a bad idea. Thanks, Haris.
+ 6
Charlie Mitchell
You can write & practice these here.
e.g. if you take a challenge you can write the challenge code here on solo to test it.
It's what I did when I was challenging.
+ 3
Websites aren't dedicated to teaching just control structures, besides why are you so interested in control structures?
+ 3
Control structures such as if/else ternaries & switch statements?
If so you can practice these here.
+ 1
I didn't say there weren't any websites that teach control structures, I meant there weren't any websites that were dedicated to teaching just control structures
+ 1
You're welcome.