Похожие чаты

What are you trying to accomplish exactly? function main() { a

= 13.563;
console.log(`number: ${a}\ntype: ${typeof(a)}`);
}

main();

\\ number: 13.563
\\ type: number

10 ответов

5 просмотров

yes but what if we first converted it to a string using toFixed, can we retrieve decimals after that?

Pedro-Aguiar Автор вопроса
Erfan
yes but what if we first converted it to a string ...

Do you mean you want to convert a stringified float to a number? If so, then yes. function main() { a = "13.563"; a = parseFloat(a); console.log(`number: ${a}\ntype: ${typeof(a)}`); } main(); \\ number: 13.563 \\ type: number

Pedro Aguiar
Do you mean you want to convert a stringified floa...

function main() { a = "13.00"; a = parseFloat(a); console.log(number: ${a}\ntype: ${typeof(a)}); } main(); \\ number: 13 \\ type: number yes but now it removed the decimal parts I want to if there is a way that it returns 13.00 instead of 13 with type number of course

Pedro-Aguiar Автор вопроса
Erfan
function main() { a = "13.00"; a = parseFloat(a)...

I'm afraid this is not possible in any programming language as a matter of fact.

Похожие вопросы

Обсуждают сегодня

Добрый день. Хочу сделать отрисовку по команде на панели. Почему-то рисуется только при втором вызове. С чем может быть связано, не подскажете? procedure TForm1.FormDblClick(...
Kirill Filippenok
20
а зачем этот вопрос для удаления из чата?
Mёdkinson Medvezhkin
63
using next image component with s3 image: "url" parameter is valid but upstream response is invalid code: <Image fill src={s...
Fasil
3
Эх кто-то пришел и весь праздник испортил :( You need complex FBX scene importing setup to change things on import? good luck with that. You need navigation and pathfinding? g...
Serg Gini
5
Всем привет! Нужен совет от опытных. Переношу свой проект с Делфи 10.2 Токио на Лазарус 3.2 установленный через инсталлятор fpcupdeluxe-x86_64-win64. При импортировании проект...
Дмитрий Завгородний
2
Friends, how can I find my Wazirx wallet address?
Silm Silm
31
Всем привет! Подскажите. Я написал приложение на Delphi 10.2 Tokyo под Windows 10. И передо мной стал вопрос о том чтобы сделать это приложение кроссплатформенным (под Linux и...
Дмитрий Завгородний
24
Какого хера? /Sources/App/Modules/User/Models/UserLinkApple.swift:21:20: warning: stored property '_id' of 'Sendable'-conforming class 'UserLinkApple' is mutable @ID(...
Alexander Sherbakov
14
My 7 year old daughter recognizes the Bitcoin symbol and knows it's currency. What are the top ,3-5 most basic important concepts to convey to a kid about BCH? I started with ...
Big Hair
24
How the price of ANVL is decided? The buying pressure comes just from staking which is very slow, while the selling pressure might be huge. What are the benefits for those who...
MJ Javvaji @muralijavvaji
13
Карта сайта