+ 3
I see coding challenges that often seem abstract. Can we get real life challenges that some of the experienced people did ?
I feel like I'm learning a lot of JS and passing challenge s but I am wondering how they are used in real life. for example I saw a challenge about returning bracket s but how is that relevant to anything
1 Answer
+ 1
try googling algorithms and their uses. then try to create a program that uses the algorithm. for example searching algorithms or sorting algorithms.