thank you soo much sir..... i request all viewers to like, share and take break during ad. and see complete ad. sir is deserving person.... (Note : i am not any relative of sir. i am also a random student like you guys).
@@YahooBaba bro i want to load video url in android app hr product me alg video load krna h mtlb url k through kse kr skta hu bro me esa please give me a solution thankyou
I noticed one strange thing. If we give var a value of 99.517 or more such as 100.517 then, it will return the answer as 1.0e+2, why is that? It should return 99.5 for the first one and 100.5 for the second one, but it does not. Any idea why it is happening? var a = 99.517; var b = a.toPrecision(2); document.write('toPrecision(): ' + (b) + ''); Returns toPrecision(): 1.0e+2
Sir, toPrecision() method me, 5.567890000 me 10 digits hai. Isme hame number se count karna padega Lekin, toFixed() method me aisa nahi hai.. Usme decimal (.) se count padega
If we write - Number.parseInt(a); instead of - parseInt(a); we cannot see any error..can er write like that? - var a ="20 40"; var b = Number.parseFloat(a); console.log(b);
Isfinite mein "Number " Use kiya bagir bi to output a rahi ha phir q zarori ha "Number" Lgana .Kindly reply me "isfinite" lgany sy output galat a rahi ha or reason bi bta dy ky "Number" use krna q paarh raha ha hamay
sir toPrecision() value . ke baad vali value nai lerha hai please help ???? --------------------------------------------------------------------------------------------------------------------------- var no=10.2563554; document.write(no+""); var num=no.toPrecision(2); document.write(num); output is ----------------------- ---------------------------------------------------------------- 10.2563554 10 dot ke baad vali value nai lerha hai sir
Qki aapne 2 perameter liya hai and toPrecision me aapne jitne perameter lete ho utne hi digit show hote hai And toPrecision mai decimal ke pehle se perameter paas hota hai toFixed me decimal ke baad se Hope u know this already 😊
thank you soo much sir..... i request all viewers to like, share and take break during ad. and see complete ad. sir is deserving person....
(Note : i am not any relative of sir. i am also a random student like you guys).
i like the course. awesome love from Pakistan.
Thanks for your love Babar.... love u too :)
thank you so much sir to upload the whole java script tutorial it's very helpul for us . you are a great teacher.
You are most welcome
BHAI DHANAVADA APAKI VAJAHSA BHUT HELP HOJATI HAI AMAZING EXPLAINATION
Your welcome :)
All videos are really helpful...
Thanks bro.....!
Nice Explanation Sir
Bohot zaberdast very well method.
Bhai app best teacher hoon
Very easy to understand because of your knowledge and teaching technic 🇧🇩🇵🇰
Thanks and welcome
8:47 infinite value would be a value with no fixed vale like >100 or
you are just genius ❤
Sir aap ka content bohot acha hai please ek DBMS per bhi banwadi na
Database pe mera already ek course bana hua hai :
th-cam.com/play/PL0b6OzIxLPbzf12lu5etX_vjN-eUxgxnr.html
Please work on website projects also, or helping beginner, you are doing grt job
Yes sure
thankyou so much bro it helped me alot thankyou so much
Glad it helped...Your welcome
@@YahooBaba bro i want to load video url in android app hr product me alg video load krna h mtlb url k through kse kr skta hu bro me esa please give me a solution thankyou
God bless your
Thanks for your blessings :)
I noticed one strange thing. If we give var a value of 99.517 or more such as 100.517 then, it will return the answer as 1.0e+2, why is that? It should return 99.5 for the first one and 100.5 for the second one, but it does not. Any idea why it is happening?
var a = 99.517;
var b = a.toPrecision(2);
document.write('toPrecision(): ' + (b) + '');
Returns toPrecision(): 1.0e+2
Sir, toPrecision() method me,
5.567890000 me 10 digits hai.
Isme hame number se count karna padega
Lekin,
toFixed() method me aisa nahi hai..
Usme decimal (.) se count padega
thanks @Taheer
Sir tofixed vich hi value roundoff ho k aundi a and toprecision vich vi ?
Sir humare college mein DBMS ka subject hai toh mySql and DBMS same hai kya
👌👌👌👌
Awesome I'm new here!
Your welcome Sameer
sir G. mein aik baat usay kahna chahta ho... kay agar galte insaan say nahi hote to wo phir insaan hi nahi hay
sir in ki examples wali vedios kahan pr hain ap ny kaha tha ky in tamam methods ko kesy use kren gy us pr example main smghaon ga ???
Yeh sab maine PHP mein bataya hai. Wha ek project banaya hai wahi use kiya hai Javascript ka bhi
Good sir
Sir JavaScript k baad bootstrap sikhaoge y Kuch or please tell
JavaScript Ke baad jQuery ka course aane wala hai aur uske baad Boostrap
thanks sir
sir aap lajawaaab haoi
Thanks :)
❤❤❤❤❤🎉🎉🎉🎉
If we write -
Number.parseInt(a);
instead of -
parseInt(a);
we cannot see any error..can er write like that? -
var a ="20 40";
var b = Number.parseFloat(a);
console.log(b);
Their is no difference in Number.parseInt(a) or parseInt(a). Can you show me the error.
@@YahooBaba there have no error
Thanks ❤️
Thank You Sir
going brilliant ... but you are not attaching slides na
good
Make video on PSD conversion
Sir! advanced java script ka tutorial kab tak ayega
After Php course
@@YahooBaba okay sir
Sir plz make a complete tutorial on react js
Yes sure
Thanks, baba
Your welcome Nikhil :)
Happy new year #2022
thanks sir..
but sir these maths functions are used in web development?
Yes we uses in ecommerce websites and gaming websites
@@YahooBaba ohh ..Ok sir thank you for replying😀
Do not understand the toprecision method kindly help it!
thanks
Sir koi new css ki video nahi aayi kiya
sir I've business leads which is encryption how i can decrypt
Isfinite mein "Number " Use kiya bagir bi to output a rahi ha phir q zarori ha "Number" Lgana .Kindly reply me "isfinite" lgany sy output galat a rahi ha or reason bi bta dy ky "Number" use krna q paarh raha ha hamay
Yes bro number nahi aye ga isfinite mai
Can u please start the XML course
No Plan for XML this year
@@YahooBaba bro aap kuch videos recommended karoge Kay ham ko sir Sikh ne ko kaha plzzz
Sir i am getting error toFixed() is not a function..
How??
You should add () after toFixed. Like 2.3836.toFixed(0);
Sir js ka notes hai apke pas
parseInt(string , radix) kyo nahi btaya?
sir toPrecision() value . ke baad vali value nai lerha hai please help ????
---------------------------------------------------------------------------------------------------------------------------
var no=10.2563554;
document.write(no+"");
var num=no.toPrecision(2);
document.write(num);
output is -----------------------
----------------------------------------------------------------
10.2563554
10
dot ke baad vali value nai lerha hai sir
Qki aapne 2 perameter liya hai and toPrecision me aapne jitne perameter lete ho utne hi digit show hote hai
And toPrecision mai decimal ke pehle se perameter paas hota hai
toFixed me decimal ke baad se
Hope u know this already 😊
Sir PPT kahi to daal do
Humari website pe sabhi PPT dali hue hai. www.yahoobaba.net
:)