GarrettAnderson / assignments

1 stars 0 forks source link

Week 03 - day 1 - Catch your Breath #9

Closed mdewey closed 5 years ago

mdewey commented 5 years ago

Catch your Breath

We have been going at a fast pace for the past couple of weeks. Every so often, you need to reflect on how far you have come.

In this assignment, we are going to take a little code break and create a blog post. Writing is a good way to reflect on what you have done and also share some knowledge. The best way to get better at talking about technology is practice. Blog posts are a way to practice that skill.

Objectives

Requirements

Explorer Mode

Adventure Mode

Epic Mode

GarrettAnderson commented 5 years ago

Link to Medium blog post: https://medium.com/@garrettleegrahamanderson/revelations-of-leaning-front-end-development-6cb891ba4c39

GarrettAnderson commented 5 years ago

https://gist.github.com/GarrettAnderson/b2f48ab5213e38c376cac11d248bc3f8

Had trouble testing the script and submitting the code because of an error on the platform it seems: Request failed with status code 422 This error was caused due to an issue processing the web request, not because of an issue executing your code. You can retry the request.

GarrettAnderson commented 5 years ago

Re-did the kata from the assignment. I realized that I was having issues because I did not log in.

GarrettAnderson commented 5 years ago

`var Kata;

Kata = (function() { function Kata() {}

Kata.getVolumeOfCuboid = function(length, width, height) { // your code here var volume = length width height; return volume; };

return Kata;

})();`

mdewey commented 5 years ago

Your homework was marked: Meets Expectations

With LASERS

“With LASERS” — via Jason L Perry