- Number one
- number two3. three
Â
Edit this page in Notion
Â
Â
Â
working?
Â
Â
adfasdfasdf asdfasdf asdfasdf
Â
/
Â
A toggle list
Huhu some text here :)
Â
- miau cat
- leo is a cat too
Â
["apple", "kiwi", "bread", "milk"]a list of integers
{
"string" : ["apple", "kiwi", "bread", "milk"]
}
[ 1, 2, 3, 4, 5 ]
[
{
"item": 1
},
{
"item" : 2
}
]Â
const cars = ["Saab", "Volvo", "BMW"];["Saab", "Volvo", "BMW"];const test = [{
"color": "purple",
"type": "minivan",
"registration": new Date('2012-02-03'),
"capacity": 7
}][{
"color": "purple",
"type": "minivan",
"registration": new Date('2012-02-03'),
"capacity": 7
},
{
"color": "blue",
"type": "porsche",
"registration": new Date('2014-02-03'),
"capacity": 2
}
]
