Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
js
/
private
/
test
/
coverage
/
lib.js
blob: a20bd7baf39c8331f1c4d54cde3b96e527a478d4 [
file
] [
log
] [
blame
]
if
(
true
)
{
itstrue
()
}
else
{
itsfalse
()
}
function
itstrue
()
{
console
.
log
(
'its true'
)
}
function
itsfalse
()
{
console
.
log
(
'its false'
)
}