Coding challenge for twelve23
BACK END TEST:
-
Write a script that prints the numbers from 1 to 100. For multiples of 3, print "three" instead of the number. For multiples of 5, print "five". For numbers which are multiples of both 3 and 5 print "three-five."
-
Write a single function that determines whether or not an array key exists anywhere in a multi-dimensional array. (Assume the array can have an arbitrary number of dimensions.)
-
Create a form that accepts an image, and gives you an error if it's not jpeg or png, or if the file size is above 2 megs. After post, resize the image and display as a jpeg that fits into 400x300 without changing the aspect ratio (dimensions can be reduced if it's a different aspect ratio). Don't use an all in one library solution.
add answers to a git repo and either make public and send the link or share with "valan" on github or bitbucket
FRONT END TEST:
Because it will be a large part of the job to start, could you please demonstrate your HTML and CSS skills by taking the attached mockup, slicing it up, and creating an identical (or as close as you can get it) HTML file? Please use Google web font "Raleway" (regular).