Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lab1 #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Lab1 #39

Show file tree
Hide file tree
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
Binary file added My_Bio/bio.txt
Binary file not shown.
19 changes: 7 additions & 12 deletions basicinfo.tsx
Original file line number Diff line number Diff line change
@@ -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";
*/
const yourName : String = "Mbiet Uko";
let yourPronouns : String = "N/A";
const yourMajor : String = "Computer Science";
let classification : String = "senior";
let oneExcite : String = "I get more hands on assignments";
let anyConcerns : String = "N/A";
let funFact : String = "I love Soccer";