Subtract One Number from Another with JavaScript 우리는 또 하나의 숫자를 빼낼 수 있습니다. JavaScript는 빼기에 – 기호를 사용합니다. myVar = 12 - 6; // assigned 6