Add form below the SVG viewport by using JavaScript.
- append additional elements to HTML
<body> - review radio buttons
| module.exports = { | |
| "extends": "airbnb-base", | |
| "env": { | |
| "browser": true, | |
| "es6": true | |
| }, | |
| "rules": { | |
| "object-curly-newline": ["error", {multiline: true}], | |
| "no-plusplus": ["error", {allowForLoopAfterthoughts: true}], | |
| "no-use-before-define": ["off"], |
const instead of variable if the variable for WIDTH and HEIGHT do not changeUse the anonymous function used to set the color of the circle as an example and edit the radius of the circle.
You can't copy and paste this in. You must modify the code below and use a similar concept to change the radius of the circle.