From 73c341382f1e34ff4f1363d047a2b154412c9a6b Mon Sep 17 00:00:00 2001 From: "J. Ben Anderson" Date: Thu, 18 Feb 2021 15:11:51 -0500 Subject: [PATCH] fixed date, color, and founded date. --- mit.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mit.js b/mit.js index 0d5a0555..c9498aa5 100644 --- a/mit.js +++ b/mit.js @@ -1,7 +1,7 @@ var mit = { - city: 'Cambridge', - colors: ['pink', 'red'], - mascot: "robot", - founded: 1900, - motto: 'Carpe diem', + city: "Cambridge", + colors: ["Silver Gray"], + mascot: "robot", + founded: 1861, + motto: "Mens", };