blob: 5211d181050d430e7ad0546784d9a70823f06028 [file] [log] [blame] [edit]
<!DOCTYPE html>
<script>
const cheese = "cheese";
function makeMeA(mealWithCheese) {
return cheese + " " + mealWithCheese;
}
</script>