Skip to content

nimitchell/dance-lighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dance-lighting

Sticky notes and sketch: https://miro.com/app/board/o9J_lSG2LwQ=/

let a, b;

function foo(a, b) {

if (a === b) { a += 1; } else if (a > b) { b += 1; } else { a += 1; b += 1; } }

const items = ["car", "boat", "plane"];

items.forEach(function(item) { items.push(item); })

h2 { font-size: 1.6em; }

.navbar { width: 20px; border: 10px; }

#loginButton { width: 10px; background-color: #000000; }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors