sumn2u / learn-javascript

A book that teaches JavaScript 📗💻📖
https://javascript.sumankunwar.com.np/en/
Apache License 2.0
869 stars 128 forks source link

Adding `for ... in` loop in Looping section #108

Closed SusheelThapa closed 8 months ago

SusheelThapa commented 8 months ago

@sumn2u Please assign me.

sumn2u commented 8 months ago

@sumn2u Please assign me.

Hi @SusheelThapa , we already have some introduction about for ... in loop here. Are you planning to add more content?

SusheelThapa commented 8 months ago

Yeah I can write in about for in below format.

For

For in

Or shall I create different page of for ... in.

sumn2u commented 8 months ago

I think it's better to put it in same place as the introductory part is done there .

SusheelThapa commented 8 months ago

Okay i will keep for loop and for .. in in same files. Will that be ok?

SusheelThapa commented 8 months ago

This issue has been address in #113 PR