🐬
Learning with React
Front-End Web Dev and UX / UI designer, dipping his toes in Game Development.
I love to learn, I love to innovate but most of all, I love to create.
- England, UK
- @GabrielHawke7
Pinned Loading
-
Codecademy-Projects
Codecademy-Projects PublicA collection of projects completed whilst doing a Codecademy Pro Paths and courses.
JavaScript 1
-
html-css-javascript-getting-started
html-css-javascript-getting-started PublicForked from craigshoemaker/html-css-javascript-getting-started
Sample application for "Building Websites with HTML, CSS, and JavaScript: Getting Started"
HTML
-
-
Codecademy - JS: Calculating Sleep Debt
Codecademy - JS: Calculating Sleep Debt 1// Create a function that accepts the day as a parameter and returns the hours you slept for that day.2const getSleepHours = day => {
3switch (day) {
4case 'Monday':
5return 6;
-
Codecademy -JS: Race Day Exercise
Codecademy -JS: Race Day Exercise 1let raceNumber = Math.floor(Math.random() * 1000);
2const earlyRegistration = true;
3const age = 18;
45// If the runner is over 18 add 1000 to their race number (a way to seperate the age ranges) -
Codecademy - JS: Whale talk Lopps Ex...
Codecademy - JS: Whale talk Lopps Exercise 1# Codecademy - JS: Whale Talk Loops Exercise Brief23Take a phrase like ‘turpentine and turtles’ and translate it into its “whale talk” equivalent: ‘UUEEIEEAUUEE’.
45There are a few simple rules for translating text to whale language:
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.