Rebeccca Peltz

Results 5 issues of Rebeccca Peltz

When I run an iteration with 2 console.logs it logs the 1 6 ``` const arr = [1,2,3,4,5]; arr.forEach(item=>{ console.log(item) console.log(item +1) }) ``` If I comment out one of...

I really like your starter repo! I ran into a problem that seemed related to using react `dangerouslySetInnerHTML`. It's especially noticeable when I changed the discord link to a LinkedIn...

When I view the restbook file in GitHub, I see key/value data. Is it possible to see in GitHub what we see in VS Code? With Jupyter notebooks we can...

I get a message that the live server is running on 5500 when I 'Open with live server', but the file doen't open in the browser unless I open the...

I have a data structure that encapsulates the same element twice - once in an array and once in an object to provide both direct access and iteration of a...

enhancement
help wanted