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
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "type": "object", | |
| "properties": { | |
| "MPItemFeedHeader": { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "type": "object", | |
| "properties": { | |
| "feedDate": { | |
| "$schema": "http://json-schema.org/draft-07/schema#", |
| 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'/> |
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