자바스크립트 타갈로그어 - Math.sqrt

Disclaimer: This is a Blog i made with the intention of reinforcing my knowledge in javascript. I just thought sharing my blogs might be helpful for someone since they are written in tagalog. Incase of Misinformation I won't be responsible for it and if you have the time you can comment on the blog to address the mistake. Rest assured I'm always trying my best to be as accurate as possible
Javascript에 Math.sqrt가 있습니까?
Yung Math.sqrt, niyalang yung 제곱근 ng binigay mong 숫자를 다시 반환합니다.

console.log( Math.sqrt(64) ) // 8

console.log( Math.sqrt('16') ) // 4

console.log( Math.sqrt(4) ) // 2

console.log( Math.sqrt(1) ) // 1 



baka 지나치게 단순화되고 부정확한 정보 nasulat ko 그래서 여기에 더 자세한 문서가 있습니다(영어).
MDN Documentation - Math.sqrt()

더 많은 타갈로그어 Javascript 학습 리소스:
https://javascript-in-tagalog.netlify.app

좋은 웹페이지 즐겨찾기