
Cagatay Kaya
404 bio not found
Education
Master w/o Thesis on Software Engineering
loading...
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 9 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 ...