Is there a way to memorize everything for javascript?

Im struggling with remembering everything in my javascript unit, especially functions. Is there an easier way to take everything in? If you have completed that course already, how did you do it?

The point is not to memorize as much as to internalize the big picture tools. If you use them often you’ll memorize the ones that you most need to know, the rest you can look up fairly quickly in documentation (especially if you switch around languages a lot).

Learn about different styles of functions and method and try to build things with them.

Do reviews the ones that you see come up a lot if you forget them.

1 Like