What is cheat sheet of any programming language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 25

What is cheat sheet of any programming language?

26th Jul 2018, 5:02 PM
💞ⓢⓦⓐⓣⓘ💞
💞ⓢⓦⓐⓣⓘ💞 - avatar
7 Answers
+ 13
like the name suggests, a very small compact sheet containing all the formulas, important points, theories to take into exam. idea is to condense as much info as possible in small space. for programming languages its generally a compilation of important syntax, neat tricks, data types, commonly used library functions. idea is quick revision of concepts or to look when in doubt, or most important to take to exam.
7th Aug 2018, 2:44 PM
Morpheus
Morpheus - avatar
+ 18
It is a small documentation as being said above. For example I created css flexbox cheatsheet You can check it out how cheatsheets looks like ☺ https://code.sololearn.com/WH67FTMsWZ4V/?ref=app
27th Jul 2018, 6:37 PM
r8w9
r8w9 - avatar
+ 11
Document usually a PDF that contains useful information about the language (like syntax, built-in functions ect), it saves developers from constantly looking things up on google. Here's a JS cheat sheet: https://www.cheatography.com/davechild/cheat-sheets/javascript/?page=amp
26th Jul 2018, 5:12 PM
TurtleShell
TurtleShell - avatar
+ 9
a small document from which you can quickly revise syntax and different concepts of that language
26th Jul 2018, 5:09 PM
code learner
code learner - avatar
+ 9
Its like a summary of the most important and frequently used information related to that language.
27th Jul 2018, 4:18 AM
Bior Ajang
Bior Ajang - avatar
+ 6
I use pdfs, or scree shots. Also try makeing a custum list of camands you use alot!
28th Jul 2018, 9:32 AM
Erick Gonzalez
Erick Gonzalez - avatar
+ 6
It's called Stack overflow.
28th Jul 2018, 4:22 PM
Trollagon Gaming