This website requires JavaScript.
Explore
Help
Sign In
whytofly
/
qt6-bb10
Watch
1
Star
0
Fork
You've already forked qt6-bb10
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
247b697c4f
qt6-bb10
/
qtdeclarative
/
tests
/
auto
/
qml
/
qmlformat
/
data
/
threeFunctionsOneLine.js
2 lines
91 B
JavaScript
Raw
Blame
History
function
one
(
)
{
var
a
=
1
;
}
function
two
(
a
,
b
)
{
console
.
log
(
a
,
b
)
;
}
function
three
(
c
)
{
var
a
=
c
;
}
Reference in New Issue
View Git Blame
Copy Permalink