[Write a concise, simple explanation of the concept in your own words. Focus on the purpose and the fundamental idea.]
- What is it?
- When do I use it?
- Key Takeaway: [One sentence summary]
[Use a single line for the basic structure.]
// Example: Function Definition
return_type function_name(parameter_list) {
// code
}