16. Javascript Multiplication Operator. Problem in multiplying Floating point numbers in Javascript

preview_player
Показать описание
Hi Friends

In this video, we will see how we can multiply two variables in the javascript. We can also see the common problem in multiplying two floating-point numbers

If you like this video, please subscribe to my channel.
Рекомендации по теме
Комментарии
Автор

1:08 the ** operator is used to raise a number to a particular power.
let a =2, b=4;
console.log(a**b); //16 (2^4);

sayantanmanna
visit shbcf.ru