forked from donomess/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 (10 loc) · 709 Bytes
/
basicinfo.tsx
File metadata and controls
12 lines (10 loc) · 709 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. */
const yourName : String = "Nyllise Graham";
let yourPronouns : String = "She/Her";
const yourMajor : String = "Computer Science";
let classification : String = "junior";
let oneExcite : String = "I am excited to learn more about Software Engineering, and Git.";
let anyConcerns : String = "I'm a little worried about what the project will be.";
let funFact : String = "I have played the violin and the harmonica.";