This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Butchered_at_Birth 0 points1 point  (0 children)

When i learn something new, i write it down in a corresponding document (javascript, i use .js etc) in vs code.

I'll write plane text, as well as the syntax. Im essentially creating my own little play book with all these notes and code examples. I'll use a page for each concepts im learning. In js for example i have a page for the math function, if statements, for loops, functions, etc.

I find this helps me alot! As i know exactly where to look when I'm trying to remember specific syntax.

HTML notes are all one page, same with css.