Оператор віднімання (-
) віднімає один операнд від іншого, повертаючи різницю між ними.
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
Синтаксис
Оператор: x - y
Приклади
Віднімання чисел
5 - 3 // 2
3 - 5 // -2
Віднімання з нечисловими значеннями
'foo' - 3 // NaN
Специфікації
Сумісність з веб-переглядачами
BCD tables only load in the browser