freeCodeCamp/guide/arabic/javascript/tutorials/perform-arithmetic-operatio.../index.md

372 B

title localeTitle
Perform Arithmetic Operations on Decimals with JavaScript تنفيذ العمليات الحسابية على الكسور العشرية مع JavaScript

في JavaScript ، يمكنك إجراء عمليات حسابية بأرقام عشرية ، تمامًا مثل الأرقام الصحيحة.

var quotient = 4.4 / 2.0; // equals 2.2