Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ let interactiveTutorials = {
path: 'object-demo',
title: 'OBJECT DEMO',
content: "What are objects in JavaScript? This tutorial shows the syntax of a JSON object with a neat car that changes color!"
},
truthyFalsyDemo: {
path: 'truthy-falsy-demo',
title: 'TRUTHY AND FALSY VALUES DEMO',
content: "What are truthy and falsy values in JavaScript? What expressions evaluate to boolean false?"
}
};

Expand Down