0

Javascript

How to solve problems in javascript

4th Sep 2024, 5:32 PM
Sowmi
Sowmi - avatar
2 odpowiedzi
+ 2
Analyse the problem, what are the requirements to solve it. What's the end result? How did you get that? What do you need to get to there? What happens before that? Repeat. Break down the problem into little chunks/pieces and after you can explain the chunks, you can write down the pseudocode. Then code.
4th Sep 2024, 6:27 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
1. Understand the problem Now finding solution is wired with one's IQ. Some can think of solution easily while others can't. That's the life unfairness
4th Sep 2024, 7:50 PM
RuntimeTerror
RuntimeTerror - avatar