Skip to content

ari-goldman/splitting-shapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A first experience with HTML, CSS, and JavaScript

Learned many things, like:

  1. don't use .innerHTML on elements
  2. Object.assign() to change properties and such
  3. Try to avoid changing/creating inline css via javascript, instead change the element's class or data!
  4. use await new Promise(r => setTimeout(r, ms)) to delay actions by an amount
    • set ms to 0 to delay by a tick so animating of an element is shown

About

just splitting shapes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published