// import the class // From (location of class) import Example from "Math.js"; // Create a linked variable / instance of the class Example MyClass = new Example(); // Check if class works MyClass.test();