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
bb10
qt6-bb10
/
qtdeclarative
/
tests
/
benchmarks
/
qml
/
script
/
data
/
slot_complex_js.js
9 lines
120 B
JavaScript
Raw
Permalink
Blame
History
function
myCustomFunction
(
n
)
{
var
a
=
1
;
while
(
n
>
0
)
{
a
=
a
*
n
;
n
--
;
}
return
a
;
}
Reference in New Issue
View Git Blame
Copy Permalink