Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 250 Bytes

snippet-template.md

File metadata and controls

15 lines (12 loc) · 250 Bytes

Explain briefly what the snippet does.

  • Explain briefly how the snippet works.
  • Use bullet points for your snippet's explanation.
  • Try to explain everything briefly but clearly.
function (){
    return true
}
// output: true