mengulangi kamus ts

for (const [key, value] of Object.entries(yourDictionary)) {
	console.log(`(${key}, ${value})`);
}
Erezzor