0
Javascript
How to solve problems in javascript
2 Answers
+ 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.
+ 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