forked from ydnamjs/04L_CISC275-Lab1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasicinfo.tsx
More file actions
12 lines (11 loc) · 734 Bytes
/
basicinfo.tsx
File metadata and controls
12 lines (11 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
/* 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 = "Brandon Yeung";
let yourPronouns : String = "He/Him";
const yourMajor : String = "Computer Science BS";
let classification : String = "soph";
let oneExcite : String = "Leaerning software development";
let anyConcerns : String = "Worried my coding skills may not be sufficient";
let funFact : String = "Honestly not a very unique person, I used to bowl competitively maybe?";