From 09b996a4ab78cebb4e1afa1e456e04989732b1ee Mon Sep 17 00:00:00 2001 From: Shukria Date: Sat, 7 Sep 2024 16:14:03 -0400 Subject: [PATCH 1/2] Avtivity done Activity done --- README.md | 5 +++++ basicinfo.tsx | 19 +++++++------------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f48534c..d28908b 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,8 @@ If you're seeing this change in your own repo, you have successfully completed S Edit for late lab submissions - You have successfully completed Step 7. +// +// +// + +I am shukria diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..e4cbb74 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -1,13 +1,8 @@ -/* This is a basic file we are using to familiarize ourselves with you! Simply un-comment these -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 = "Shukria Muhammadi"; +let yourPronouns : String = "She/Her"; +const yourMajor : String = " Cyber Sceurity"; +let classification : String = "Junior"; +let oneExcite : String = "Coding"; +let anyConcerns : String = "N/A"; +let funFact : String = "I like dancing!"; From 015f2f6aa5b31284c7dd759094e0508aa8bde52b Mon Sep 17 00:00:00 2001 From: Shukria Date: Sat, 7 Sep 2024 16:19:17 -0400 Subject: [PATCH 2/2] Activity Done Activity done! --- basicinfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicinfo.tsx b/basicinfo.tsx index e4cbb74..a059c42 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -4,5 +4,5 @@ let yourPronouns : String = "She/Her"; const yourMajor : String = " Cyber Sceurity"; let classification : String = "Junior"; let oneExcite : String = "Coding"; -let anyConcerns : String = "N/A"; +let anyConcerns : String = "Nothing yet"; let funFact : String = "I like dancing!";