ECEren Cacarinerothewebdevrookie.hashnode.dev·Jul 31, 2021 · 1 min readArray like objectI recently found out that document.querySelectorAll method in javascript doesn't returns an array. It returns a node list which is an array like object. But it is not a real array so you can't use array methods like filter and map. So I made some goo...00
ECEren Cacarinerothewebdevrookie.hashnode.dev·Jul 31, 2021 · 1 min readMy first content as a web dev rookieI'm a 19 years old student who is enthusiastic about web dev stuff.I've been learning and making stuff by using html css and javascript for approximately 3 years. After realizing that I don't do web dev stuff necessarily often I decided to share my j...00