CodeNewbie Community 🌱

Discussion on: What coding related topic are you struggling with right now?

Collapse
 
arvindsridharan profile image
arvindsridharan

For me it is solving problems pertaining to loops in javascript.

Collapse
 
jonoyeong profile image
Jonathan Yeong

Yes! There are a lot of ways to do loops in Javascript. What problems are you having? I'd love to help!

Collapse
 
arvindsridharan profile image
arvindsridharan

Thanks, Jonathan for replying. I am trying to accomplish the task using closures as it seems to be little off beat compared to loops.

Collapse
 
arvindsridharan profile image
arvindsridharan

Also you can share some simple exercises to be solved using loops. I will give it a try and share my soln. Later you can optimize it.

Thread Thread
 
arvindsridharan profile image
arvindsridharan

Currently on higher order functions. Please share some easy to understand resource for this topic.