Skip to content

Instantly share code, notes, and snippets.

View iamcz's full-sized avatar

Charles A Zahn iamcz

View GitHub Profile
recursion problem:
Write a function in javascript to find the length of the longest path
in the dom tree starting from the document element.
in this example:
<div id='a'>
<div id='b'>
<div id='c'/>

Wireframe

layout 1: the page in the mockup w/ 3 images below the text

layout 2: the page in the mockup w/ 4 images to the right of the text

layout 3: a form w/ fields for email, phone number, first name, last name