We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep all the JavaScript code in JS files, not in the script tag. 👍
Keep your code clean
ToDoList-App/src/modules/localStorage.js
Line 5 in d68855b
Line 22 in d68855b
Line 42 in d68855b
Line 52 in d68855b
ToDoList-App/src/modules/userInterface.js
Line 21 in d68855b
Line 48 in d68855b
If you use node modules, .lock files should be in the repository to avoid problems with future versions of the dependencies. 👎
If you use ES6, use object destructuring to get the values from an object. This way you can avoid repeating a lot of code. 👎
ToDoList-App/src/modules/toDoList.js
Line 2 in d68855b
[ ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Keep all the JavaScript code in JS files, not in the script tag. 👍
Keep your code clean
ToDoList-App/src/modules/localStorage.js
Line 5 in d68855b
ToDoList-App/src/modules/localStorage.js
Line 22 in d68855b
ToDoList-App/src/modules/localStorage.js
Line 42 in d68855b
ToDoList-App/src/modules/localStorage.js
Line 52 in d68855b
ToDoList-App/src/modules/userInterface.js
Line 21 in d68855b
ToDoList-App/src/modules/userInterface.js
Line 48 in d68855b
If you use node modules, .lock files should be in the repository to avoid problems with future versions of the dependencies. 👎
If you use ES6, use object destructuring to get the values from an object. This way you can avoid repeating a lot of code. 👎
ToDoList-App/src/modules/toDoList.js
Line 2 in d68855b
[ ]
The text was updated successfully, but these errors were encountered: