+ 2
I came across the use of labels to control the flow of a loop and did not quite get it. Anyone who can explain? Thanks
4 Réponses
+ 3
It would be a good base of explanation, if you post your code ( I look at your profile, but didn't find it )...
@Cheeze:
Labels, yes: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/label
I discover its existence recently: the real need of use it, doesn't happened all days ^^
+ 2
Labels?
+ 2
Followed the link and now I get it.that was helpful.
Learned something new too.
+ 1
Wow, I learned new stuff