I'm into javaScript and Java. I have a degree in art. Tom Cruise makes better Science Fiction movies than Keanu Reeves.
I was back in the CodeWars and I was asked to write a function called getMissingElement that accepts an array of unique integers between 0 and 9 (inclusive), and returns the missing element.
function…
Back in the CodeWar trenches. Time to try to calculate the average of a set of numbers. The test also expects that when you pass no arguments, it returns 0. The arguments are expected to be integers.
This was a 45 — 60min project. I was asked to make a flyer for a local Columbus Ohio rock show. I had total creative freedom. I wanted to use a minimal color palette and kind of make it creepy, yet happy. I also made it in CMYK for better print results. But, after seeing it displayed on…
So, I’m in the middle of a CodeWar, at Codewars.com
Basically, they give you a problem and you see if you can complete the challenge by writing code that produces the desired result.
javaScript: Making MrGoodBody
Create the Amazing Slim Good Body Character<code>function MrGoodBody(){}</code>
<i>//Add Properties to MrGoodBody after the fact, using prototype</i><pre><code>MrGoodBody.prototype.movement = {head: function(name){console.log(“I am moving “…