java-script:multiplication-table-generator
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
java-script:multiplication-table-generator [2023/08/03 02:25] – odefta | java-script:multiplication-table-generator [2023/08/09 20:14] (current) – ↷ Links adapted because of a move operation odefta | ||
---|---|---|---|
Line 8: | Line 8: | ||
{{: | {{: | ||
- | All code js + html in the same file: | + | ==== All code js + html in the same file ==== |
<code javascript index.html> | <code javascript index.html> | ||
Line 66: | Line 66: | ||
</ | </ | ||
- | Js code separated from html code: | + | ==== Js code separated from html code ==== |
<code html index.html> | <code html index.html> | ||
Line 125: | Line 125: | ||
</ | </ | ||
- | ===== For server side (web browser) ===== | + | ===== For server side (node.js) ===== |
- | First you need to [[setup-nodejs|setup your node.js project]] | + | First you need to [[.node-js:setup|setup your node.js project]] |
Then create a src folder and inside it place index.js and generateTable.js: | Then create a src folder and inside it place index.js and generateTable.js: |
java-script/multiplication-table-generator.1691018738.txt.gz · Last modified: 2023/08/03 02:25 by odefta