This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
bertieb
/
dice-roller
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
1
Захтеви за спајање
0
Издања
5
Вики
Activity
Преглед изворни кода
Don't hard code number of dice/rolls
tags/v0.1.3
bertieb
пре 3 година
родитељ
8c3d35fd3c
комит
2fc974aa3a
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dice.ts
+ 1
- 1
dice.ts
Прегледај датотеку
@@ -5,5 +5,5 @@ let number: number = 4;
for (let i = 0; i < 10; i++) {
console.log("--------------------");
console.log("Rolling", number, asphodice);
console.log(asphodice.roll(
4
));
console.log(asphodice.roll(
number
));
}
Write
Preview
Loading…
Откажи
Сачувај