Toggle navigation
Toggle navigation
This project
Loading...
Sign in
전세계
/
FakerQuiz
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ubuntu
2020-06-21 18:09:40 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
348d37b56d3002bd47bae69b2aebcaaf12c22246
348d37b5
1 parent
53cdbad4
버그: champList의 길이가 올바르지 않던 버그 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
app.js
app.js
View file @
348d37b
...
...
@@ -340,6 +340,9 @@ function generateQuiz() {
//#endregion
//#region 모스트 승률 챔피언
var
champions
=
fakerData
.
champions
;
var
champList
=
Object
.
keys
(
champions
);
var
firstWinRateChamp
=
champions
[
champList
[
0
]];
var
secondWinRateChamp
=
champions
[
champList
[
0
]];
for
(
i
=
0
;
i
<
champList
.
length
;
i
++
)
{
...
...
Please
register
or
login
to post a comment