0
Q:

.scrollLeft + 1, 0

const button = document.getElementById('slide');

button.onclick = function () {
  document.getElementById('container').scrollLeft += 20;
};
0

New to Communities?

Join the community