20 min
- Initialize a new directory in your workspace
cdinto~/code/wdiandmkdira new folder calledgit_practicecdintogit_practice- Run
git initto initialize a new Git repository
- Create 3 new files
- Run
touch file1.txt file2.txt file3.txt
20 min
Find the exchange rate between dollars and pounds
dollarsToPounds that takes a dollar number as input and outputs a string of what the pound equivalent is."$_____ is £_____"
25 min
There's no shortage of great options for food trucks in Austin, but you've got an idea for one that would top them all. Let's create a JavaScript object that would do your imaginary food truck justice.
With your completed food truck object, we'll be able to access the following properties and methods:
Pair Programming - 25 min
cold_daygit clone this repo to your local machine and cd into itgit checkout -b20 min
Using Pivotal Tracker (https://www.pivotaltracker.com), add the user stories from the previous exercise into the backlog and prioritize them.