Skip to content

Swipe Event on HTML

Im trying to make a swipe event , on page 1 its can be swipe to the page 2 , but from page 2 its not working , what is wrong here ? its only works on page 1 , what shall i do ? (Page mostly code , i need more char) Im trying to make a swipe event

My Discord.js Bot welcome message suddenly stopped working

so I made a Discord bot, the welcome message was working for the first 3 months or so but suddenly it stopped working, can I asks why? I had been searching as to why it does not work but I couldn’t find why. Thank You before. Answer Hey there your issue is because of recent gateway changes of the Discor…

convert single array by two dimensional array by 6

I am trying to convert and merge my single array to two dimensional array. I use map for that but I can’t achieve the output I want. May I ask any suggestion on how to achieve this? The data is below: And now my expected output is: What I’ve done so far is https://jsfiddle.net/jc3v25bs/. I can dis…