Slide 5
Slide 5 text
{
type: "Program",
body: [
{
type: "ExpressionStatement",
expression: {
type: "CallExpression",
callee: {
type: "MemberExpression",
computed: false,
object: {
type: "Identifier",
name: "console"
},
property: {
type: "Identifier",
name: "log"
}
},
arguments: [
{
type: "Literal",
value: "UtahJS",
raw: "\"UtahJS\""
}
]
}
}
]
}