O
Size: a a a
O
S
O
А
AC
KS
O
O
O
O
V
D
R
J
J
S
{
quotes.length > 10
? <View />
: loading
? <View />
: <MyText />
}
T
СО
<input onclick="a(); b(); c();">
....
<script>
function method() {
a(); b(); c();
}
</script>
<input onclick="method();">