Posts by Richard Wellerson • 64 points
3 posts
-
0
votes1
answer3323
viewsA: React and React-Native array.map
Oops, good old Allan? Edit: I almost forgot to mention which link I was inspired to answer. Follow: https://medium.com/javascript-in-plain-english/how-to-loop-through-arrays-in-react-3eaa8a14445 On…
-
0
votes1
answer83
viewsA: scroll rotates and stops at the div below
Opa! In this link, there is a lot of information about a type of function, called onscroll. https://developer.mozilla.org/en-US/docs/Web/API/Window/onscroll Basically, what it does is it acts on a…
-
4
votes2
answers61
viewsA: Can someone help me change the image by using Javascript?
If you use || (or) as a condition, then it will not confirm the two conditions, because one of them is already satisfactory. For example: 205 is over 100, so you don’t need me to confirm that it’s…
javascriptanswered Richard Wellerson 64