(defun sticker-searcher-js (search-bar-id sticker-container-id) (ps:ps (let ((stib-container ((ps:@ document get-element-by-id) (ps:lisp sticker-container-id))) (stibs (ps:@ stib-container children)) (search-bar ((ps:@ document get-element-by-id) (ps:lisp search-bar-id))) (search-bar-val ((ps:@ search-bar-id value)))) ((ps:@ console log) search-bar-val))))