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) · 728 Bytes
/
basicinfo.tsx
File metadata and controls
12 lines (10 loc) · 728 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 = "Jacob Marks";
let yourPronouns : String = "He/Him";
const yourMajor : String = "Computer Science";
let classification : String = "4th year, Super Senior";
let oneExcite : String = "I am excited to learn HTML";
let anyConcerns : String = "I am worried that I will not be able to keep up and remember all the git stuff.";
let funFact : String = "The trapinch line is my favorite evolutionary line in Pokemon";