We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
Education
Master w/o Thesis on Software Engineering
All private interactions must abide by the code of conduct.
Currently Learning
Full-Stack WebDev path: Javascript, Node, React
Skills Languages
GameDev, Unity, C#, Frontend, CSS, HTML
Too much ternary operators... const grade = (a,b,c) =>...
Sep 16 '19
Here is a Javascript arrow function, that uses nested terna...
Sep 9 '19
Thanks for the heads up. I did not get the challenge right ...
Sep 7 '19
I did the same thing with nearly 10x more code. Great work!
Sep 6 '19
It only works where both of the lengths of the arrays are e...
const furnace = (ingot = 0) => { var fuel = [ { ty...
Sep 5 '19
A simple Javascript solution using nested ternary operators...
Sep 3 '19
A length Javascript solution, but I did not want to divide ...
Sep 1 '19
Recent comments
Daily Challenge #68 - Grade Book
Too much ternary operators... const grade = (a,b,c) =>...
Daily Challenge #61 - Evolution Rate
Here is a Javascript arrow function, that uses nested terna...
Daily Challenge #60 - Find the Missing Letter
Thanks for the heads up. I did not get the challenge right ...
Daily Challenge #59 - Snail Sort
I did the same thing with nearly 10x more code. Great work!
Daily Challenge #59 - Snail Sort
It only works where both of the lengths of the arrays are e...
Daily Challenge #58 - Smelting Iron Ingots
const furnace = (ingot = 0) => { var fuel = [ { ty...
Daily Challenge #56 - Coffee Shop
A simple Javascript solution using nested ternary operators...
Daily Challenge #54 - What century is it?
A length Javascript solution, but I did not want to divide ...