HTML
CSS
PHP
Deno
Examples
Do It Yourself
Blog
Code
Input
Run
// Import the random number module import {random_to_5} from './rand.js'; // Use the imported module console.log(random_to_5);
Related Chapters
Deno Modules
Related Examples
Deno Module Import From URL
Deno Random Numbers Example