freeCodeCamp/guide/arabic/javascript/tutorials/create-decimal-numbers-with.../index.md

8 lines
271 B
Markdown
Raw Normal View History

---
title: Create Decimal Numbers with JavaScript
localeTitle: قم بإنشاء أرقام عشرية باستخدام جافا سكريبت
---
يمكن أن تحتوي متغيرات رقم جافا سكريبت على أرقام عشرية.
`var myDecimal = 2.8;
`