Not really? JavaScript doesn’t have conses so it’s not very lisp like in practice. What is gets from scheme is closures with lexical scoping (real closures). It’s closer in style to self, but js is textual instead of image based so that’s very very different. The other aspect of js that’s very different is it’s massive commitment to a synchronicity, which smalltalks generally don’t have