Replies: 1 comment
-
feature remove button: version 2close #16 Checklists
HTML
CSS
JavaScript
src/data.js
src/init
src/listeners
src/handlers
src/components
src/logic
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pr description
Checklists
HTML
style='color: red;'
)<style>
tags with CSS, all styles are hrefsonclick='doSomething()'
)<script>
tags with JS, all JS is in an separate fileid
s are used for JavaScript only, not for CSSCSS
#
id'sJavaScript
src/data.js
src/init
index.js
that is included by theindex.html
file../listener
files are importedsrc/listeners
src/handlers
.addEventListener
somewhere in the program/logic
or/procedures
files may be imported and called/handlers
may be imported and attached to the DOM with event listeners/data.js
may be imported and usedsrc/components
.test.html
file.spec.js
filesrc/logic
/logic
may be imported and called.spec.js
fileBeta Was this translation helpful? Give feedback.
All reactions