We're a place where coders share, stay up-to-date and grow their careers.
Learning web development with neogcamp.
Education
Bachelor in Science
All private interactions must abide by the code of conduct.
Currently Learning
React, Redux toolkit
Skills/Languages
HTML, CSS, JavaScript, Reacts, Bootstrap, Git & GitHub, NodeJS, WordPress
Currently Hacking On
Currently, Building my Social media app.
var paragraph = document.querySelector(".para");
Oct 6 '21
var input = document.querySelector('[type = "text" ]:not(.ma...
var hi = document.querySelector("h1:not(.mainHeader)");
const p = document.querySelectorAll("p")
const array = document.querySelector("p") console.log(arr...
Recent comments
Introduction to JavaScript Selectors
var paragraph = document.querySelector(".para");
Introduction to JavaScript Selectors
var input = document.querySelector('[type = "text" ]:not(.ma...
Introduction to JavaScript Selectors
var hi = document.querySelector("h1:not(.mainHeader)");
Introduction to JavaScript Selectors
const p = document.querySelectorAll("p")
Introduction to JavaScript Selectors
const array = document.querySelector("p") console.log(arr...