Consider the module circle.js, shown in Example 6-12. Example 6-12. A circle.js module function area(radius) { return Math.PI * radius * radius; } function ...
確定! 回上一頁