javascript - Is there any way to memorize documents?
我想大声告诉你2017-05-19 10:39:27
0
13
1253
It is easy to get distracted when reading technical documents, and you forget what you have finished reading after a while. How can you improve the efficiency of reading documents? Can you remember it after watching it?
First go through all the APIs to see what they can do;
When you are writing something yourself, summarize and sort out the requirements, then check the documentation to see which API/APIs can be used to solve the problem, and write down the answer;
When you encounter questions raised by others, summarize and sort out the requirements, then check the documentation to see which API/APIs can be used to solve the problem, and give the answer;
}
Finally, give up the trap/try to build your own wheel.
while('不熟') {
First go through all the APIs to see what they can do;
When you are writing something yourself, summarize and sort out the requirements, then check the documentation to see which API/APIs can be used to solve the problem, and write down the answer;
When you encounter questions raised by others, summarize and sort out the requirements, then check the documentation to see which API/APIs can be used to solve the problem, and give the answer;
}
Finally, give up the trap/try to build your own wheel.
Just take a look at the documentation. You can get a rough impression by watching more
After reading, use a pen or other tools to summarize the content again.