Closed mdewey closed 5 years ago
Link to Medium blog post: https://medium.com/@garrettleegrahamanderson/revelations-of-leaning-front-end-development-6cb891ba4c39
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.
Re-did the kata from the assignment. I realized that I was having issues because I did not log in.
`var Kata;
Kata = (function() { function Kata() {}
Kata.getVolumeOfCuboid = function(length, width, height) { // your code here var volume = length width height; return volume; };
return Kata;
})();`
Your homework was marked: Meets Expectations
“With LASERS” — via Jason L Perry
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