how exactly initializing variable inside the loop is not hazardous? I googled this and find this(link attached) but my concern is doesn't the variable get created for each iteration? in the normal block, if we define variable twice then we get an error. then why this does not apply to loop block.
No comments:
Post a Comment