Skip to content

All tasks js-dom-elements finished#152

Open
code-mike-code wants to merge 5 commits intodevmentor-pl:masterfrom
code-mike-code:master
Open

All tasks js-dom-elements finished#152
code-mike-code wants to merge 5 commits intodevmentor-pl:masterfrom
code-mike-code:master

Conversation

@code-mike-code
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Owner

@devmentor-pl devmentor-pl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Michale,

Wszystko super, bez uwag! 👍

const dataInfoEl = commentsElements.querySelectorAll('[data-info]');
console.log(dataInfoEl.length);
}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

linksEl.forEach(function(link, index) {
const dataUrl = link.getAttribute('data-url');
link.setAttribute('href', dataUrl)
}) No newline at end of file
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


button.textContent = buttonSettings.text;

buttonSection.appendChild(button)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

const navElement = document.querySelector('nav');
if(navElement) {
const ulElement = document.createElement('ul');
if(ulElement) {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uwaga na odpowiednie formatowanie - tutaj powinien byc odstęp od lewej krawędzi.




}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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

Successfully merging this pull request may close these issues.

2 participants