Skip to content

Instantly share code, notes, and snippets.

View iamcz's full-sized avatar

Charles A Zahn iamcz

View GitHub Profile
@iamcz
iamcz / Boots - Ankle Boots.json
Last active April 22, 2026 21:07
Shopify Item Schemas
{
"$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'/>

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