Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Code Forum!
Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.
I am trying to get the value of the notarisation_url value within the 'dd itemprop'
I tried this javascript code, but its not working. It retruns undefined.
const els = [document.getElementsById('wrap')];
props = els.filter(x => !!x.getAttribute('notarisation_url'));
console.log(props)
I...
Hey! I need some help pulling images from this website: https://www.mindat.org/gm/4085, which includes images of certain rocks. I want to create a identification game for my website to have it choose a random image and have the user try to guess it for points. Could I get some help? Thanks
Hello to all,
I'm a beginner in node js and I could use some help. I want to scrap some data to display them on a local website. For the moment I have created a small script that allows me to retrieve my ip via a site. I would like to be able to display on a web page this result as well as...