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