Refactor config and sidebar

This commit is contained in:
Adam Hollett
2015-12-04 21:16:07 -05:00
parent 90825277d3
commit 1ce90ed355
5 changed files with 32 additions and 78 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
title: Truthy and Falsy
title: Truthy and falsy
---
In programming, anything that returns `true` in a conditional is called **truthy**. Anything that returns `false` in a conditional is called **falsy**. All object types can be described as either truthy or falsy.