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

fully filled out basicinfo #49

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ Edit for Lab Section 021L:
Hello this is my edit

Edit for Lab Section 030L:
- This edit is for my lab!
-
This edit is for my lab!

Edit for Lab Section 031L:
-This is my Lab
-
This is my Lab

Edit for Lab Section 041L
-
If you're seeing this change in your own repo, you have successfully completed Step 7!
16 changes: 8 additions & 8 deletions basicinfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ below variables and update them with stuff about you. Yeah... I know... the clas
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 = "Evan Watson";
let yourPronouns : String = "He/Him";
const yourMajor : String = "Computer Science";
let classification : String = "soph";
let oneExcite : String = "Learning about github and applying programming skills to something practical";
let anyConcerns : String = "N/A";
let funFact : String = "I like video games and percussion";