scrimba
Learn Imba
Container Tag
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
Container Tag
Expand for more info
index.imba
run
preview
console
import "./habit-group"
import "./habit-item"

imba.mount <habit-group habits=[
{name: "Clean Up", done: true, id: 5}
{name: "Exercise", done: false, id: 10}
{name: "Study", done: true, id: 100}
]>
Console
/index.html
-3:56