From 62de482d79f6d7fbadea79cdf0b5212dd70ebb16 Mon Sep 17 00:00:00 2001 From: Bedeke <45323366+Bedeke@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:38:15 -0500 Subject: [PATCH] updated date, color and motto --- mit.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mit.js b/mit.js index 0d5a0555..81f3877e 100644 --- a/mit.js +++ b/mit.js @@ -1,7 +1,7 @@ var mit = { city: 'Cambridge', - colors: ['pink', 'red'], + colors: "Silver Gray", mascot: "robot", - founded: 1900, - motto: 'Carpe diem', + founded: 1875, + motto: 'Mens', };