Stop Memorizing Code
Never Memorize what you can look up in Books
~Einstein.
If you are trying to memorize code then you are doing it wrong. Instead, you need to focus on learning concepts. Programming is too vast to memorize every function and variable, but you can memorize all the important concepts of Programming.
You don't need to remember all the functions rather you should focus on the concepts i.e how the function works, how to invoke them or how to use them, and how to create your own function.
There is a lot of Documentation Outside From where you can Search Different methods Like MDN, Stack overflow.
Orr, Rather you can google it like Function Which can join two different data types as a "String".
and from there you got the function.
Code is Ever Evolving
. You only Focus on Constant Learning Rather than learning the Codes that you will forget.
Programming is Something like Learning Math.
Programming is not a Subject like History Where you have to learn Every Event That has Happened. It's a Logical Subject and also all the Things(How the Methods\Functions Works) in the are Fixed. not like History where All the people have their Own Opinion.
Remember your Early days of learning +,-,*,/
1) You do not Practice the Addition, Subtraction, Multiplication, or Divison of Every Single Number.
2) You just Understood the core concept of How to add 2 Numbers and Practice it.
3) For Harder Calculation like 45*67 We do not Do this by own rather we use Calculator.
Learn how to read and use any documentation.
`You will learn best by Doing and Implementing it. Do Some Projects and All the main (or most used Functions ) You will remember by doing that.
What Do You Think About this ??
*Comment Down Your Thoughts *