Slide 50
Slide 50 text
Data Structure
{
childrens: [
{
type: 'paragraph' , childrens: [
{ type: 'inline', style: { color: 'red' }, text: 'Hello' },
{ type: 'inline', style: { color: 'blue' }, text: 'Bro' }
]
},
{
type: 'paragraph' , childrens: [
{ type: 'inline', style: { color: 'green' }, text: 'Second paragraph' },
{ type: 'inline', style: { color: 'orange' }, text: 'KerKer' }
]
}
]
}