ternaries almost done, adding margin function

This commit is contained in:
metacryst
2024-05-17 12:47:17 -05:00
parent 8b2f9e2b77
commit 41ec6b7dd3
8 changed files with 350 additions and 189 deletions

View File

@@ -25,6 +25,9 @@ document.body.append(
Ternaries within render()
Other statements within render()
## Limitations:
While rendering is underway, an element's state can only be accessed from within that element
## Boilerplate:
- ```*html```: Type in an HTML file and select the suggestion to create HTML boilerplate.
- ```*element```: Type in a JS file and select the suggestion to create JS Custom Element boilerplate.