Skip to content
New issue

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

DOM js #22

Open
jema28 opened this issue Jun 27, 2019 · 1 comment
Open

DOM js #22

jema28 opened this issue Jun 27, 2019 · 1 comment

Comments

@jema28
Copy link

jema28 commented Jun 27, 2019

  1. You need to delete a lot of comments - there's a lot of code you're not using e.g. console logs and sort functions you're not using.

    toDoApp/dom.js

    Lines 71 to 83 in 3766fb0

    // sortListID.addEventListener("click", function(event) {
    // event.preventDefault();
    // // var sortFunction=
    // var newState = todoFunctions.sortTodos(state, function(a, b) {
    // return a["id"] > b["id"] ? 1 : -1;
    // });
    update(newState);
    // console.log(ll);
    // console.log(state[0]['description']+"000"+ll[0]['description']);
    // console.log(state[0]['description']<ll[1]['description']);
    // console.log(state);
    });

  2. What is "eshi" aria-label?

    toDoApp/dom.js

    Line 45 in 3766fb0

    markTodoButtonNode.setAttribute("aria-label","eshi")

@enasmtour
Copy link
Collaborator

It means something in English 😂😂😂😂😂😂😂 .
we solve it @jema28

enasmtour added a commit that referenced this issue Jun 27, 2019
YousefQawasmeh added a commit that referenced this issue Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants