Baseline Widely available
餿³ï¼/
ï¼è¿ç®ç¬¦è®¡ç®ä¸¤ä¸ªæä½æ°çåï¼å
¶ä¸å·¦æä½æ°æ¯è¢«é¤æ°ï¼å³æä½æ°æ¯é¤æ°ã
console.log(12 / 2);
// Expected output: 6
console.log(3 / 2);
// Expected output: 1.5
console.log(6 / "3");
// Expected output: 2
console.log(2 / 0);
// Expected output: Infinity
è¯æ³ ç¤ºä¾ åºæ¬é¤æ³
1 / 2; // 0.5
Math.floor(3 / 2); // 1
1.0 / 2.0; // 0.5
é¤ä»¥é¶
2.0 / 0; // Infinity
2.0 / 0.0; // Infinity, because 0.0 === 0
2.0 / -0.0; // -Infinity
è§è æµè§å¨å
¼å®¹æ§ åè§
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4