From ab5f3b15ea079790c4ff2ec5e290f2a321dc9d87 Mon Sep 17 00:00:00 2001 From: Karanvir Date: Sat, 7 Sep 2024 16:40:19 -0400 Subject: [PATCH] Modified basicinfo.tsx --- basicinfo.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..033b50d 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -2,12 +2,11 @@ below variables and update them with stuff about you. Yeah... I know... the classic basic info everyone dreads at the start of the semester. Sorry, I just needed a filler for you guys to edit. */ -/*Un-comment this and fill in the info -const yourName : String = "Your name"; -let yourPronouns : String = "Pro/Nouns"; -const yourMajor : String = "Your major"; -let classification : String = "freshman/soph/junior/senior/supersenior"; -let oneExcite : String = "One thing you're excited about in this course"; -let anyConcerns : String = "If anything, list what you may be worried about in this course"; -let funFact : String = "And the classic, list one fun fact about yourself"; -*/ \ No newline at end of file + +const yourName : String = "Karanvir Singh"; +let yourPronouns : String = "He/Him"; +const yourMajor : String = "CS"; +let classification : String = "Junior"; +let oneExcite : String = "Learning what SWE do on the job"; +let anyConcerns : String = "Nothing"; +let funFact : String = "I like to box"; \ No newline at end of file