Skip to content
Snippets Groups Projects

Gitlab ci jtgd10

Open Jan Tegeder requested to merge gitlab-ci-jtgd10 into master
Viewing commit 89002fbf
Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@
*/
const todos = [];
class Todo {
constructor(title, description) {
constructor(title, description) {
this.title = title;
this.description = description;
}