1
//Called when application is started.
function OnStart()
// Set counter default to zero
var $counter = 0
// Display total
$counter.text(counter);
//Subtract
$("#fire").click(function(){
counter = counter - 1;
$counter.text(counter);
私はカウンターから1を引くボタンを作ろうとしています。私はとても愚かな質問だとすごくごめんなさい。予期しないトークンvar