Click here to Skip to main content
15,919,434 members

Comments by MZain Asif (Top 5 by date)

MZain Asif 11-Sep-22 11:45am View    
i have edit fiddle
for (let i = adultPrice ; adults < 5; i++)

return i ;
i did use this but i think i am not able to repeat it after it reaches 5 so any mistake that you can point out would be helpfull
MZain Asif 9-Sep-22 11:13am View    
let say i use loop for which seems something related

for (let i = 0; i < 5; i++)

what will be i= be and whats i++ as it add some value to it so can you explain this
MZain Asif 9-Sep-22 11:07am View    
i did they have so many kind of loop and went through each but couldnt see anything related to this matter if you can bring some detail which loop is suitable for this and would be used for this scenario
MZain Asif 9-Sep-22 10:56am View    
practical examples teach quicker i guess
i can learn loop but to apply i might need example like what goes where and how so thats why wanted an example in such scenario so i could try more complicated like what if after this let say qty reach 30 or abaove then we add % discount but thats like next step and will make things more complicated
MZain Asif 9-Sep-22 9:59am View    
can you give an example pls as loop word is something new for me i went through loop just now they got so many loop in loop info