Fitur baru di TypeScript tentang numeric separator , untuk memisahkan bilangan angka yang panjang. Contoh :
72_000_000
https://blog.mariusschulz.com/2018/02/16/typescript-2-7-numeric-separators
#typescript #numeric #separator #numericseparator
72_000_000
https://blog.mariusschulz.com/2018/02/16/typescript-2-7-numeric-separators
#typescript #numeric #separator #numericseparator
Marius Schulz
TypeScript 2.7: Numeric Separators
TypeScript 2.7 brought support for numeric separators. Within a numeric literal, you can now group digits by putting an underscore between them.
Membuat input dengan mode ramah smartphone dengan input mode html
https://css-tricks.com/finger-friendly-numerical-inputs-with-inputmode/
#input #html #numeric #mobile
https://css-tricks.com/finger-friendly-numerical-inputs-with-inputmode/
#input #html #numeric #mobile
CSS-Tricks
Finger-friendly numerical inputs with `inputmode`
Forms are often a nightmare on mobile. We can make the process as pain-free as possible by reacting to context. Input fields that expect numerical values
Penggunaan ES Module di JavaScript dan Node JS dengan ekstensi mjs
https://dev.to/bnb/explicit-esm-in-node-js-with-mjs-3ooh
---
Menambahkan pemisah angka desimal atau numeric separator di dalam variabel JavaScript
https://www.wisdomgeek.com/development/web-development/javascript/numeric-separators-in-javascript/
#nodejs #mjs #esm #numeric #separator
https://dev.to/bnb/explicit-esm-in-node-js-with-mjs-3ooh
---
Menambahkan pemisah angka desimal atau numeric separator di dalam variabel JavaScript
https://www.wisdomgeek.com/development/web-development/javascript/numeric-separators-in-javascript/
#nodejs #mjs #esm #numeric #separator
DEV Community
Explicit ESM in Node.js with .mjs
A brief explainer on the usage of .mjs and .cjs in Node.js.