Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. BubbleMan

    Hello Everyone!

    Hello this is my first thread!
  2. BubbleMan

    Fun activity Say hello... in a coding language!

    <h1>Hello Trilient</h1>
  3. BubbleMan

    JavaScript Making A Chrome Extension, unsure how to store multiple items in chrome.local.storage?

    I am makinng a note-taking chrome extension but the code only remembers the last note that was added to it, not all of the notes. Code Below: index.js: key = "note" chrome.storage.local.get([key], function(result) { let elem = document.createElement('label') let space =...
Back
Top Bottom