21: Global Variables
// set a gobal variable to hold the current score in game 'twenty1()' current_score = 0; high_score = 0; CardsDealt = [];
// set a gobal variable to hold the current score in game 'twenty1()' current_score = 0; high_score = 0; CardsDealt = [];