ReferenceError: msg is not defined

This commit is contained in:
Marcus Netz
2020-11-24 21:45:17 +01:00
parent 6e968f2e19
commit 62efa0fadc
7 changed files with 107 additions and 98 deletions

View File

@ -4,7 +4,7 @@ const money = [{
}];
const Coin = ['Kopf','Zahl'];
const Coin = ['Kopf', 'Zahl'];
const Werte = [
{ id: 'mut', kuerzel: 'MU', name: 'Mut' },
{ id: 'klugheit', kuerzel: 'KL', name: 'Klugheit' },