PR Template #10
denrique-alvarez
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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