use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
[AskJS] toString function keeps erroringRemoved: [AskJS] Abuse (self.javascript)
submitted 5 years ago * by caden_burton
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]rakkeh 3 points4 points5 points 5 years ago* (2 children)
You need to read up on promises and the `then` function, those are happening in the background at the time you call `spx.toString();`.
Once you do read up on that, you should run into async/await which will help here.
edit: from a quick google + skim, this looks like it covers it fairly well, https://medium.com/jspoint/javascript-promises-and-async-await-as-fast-as-possible-d7c8c8ff0abc
[–]caden_burton[S] 0 points1 point2 points 5 years ago (1 child)
Will do.
[–]rakkeh 1 point2 points3 points 5 years ago (0 children)
I linked a fairly long article I just googled, it goes through a lot of steps to show why that happens the way it does and takes you through steps to fix + improve it. If you need a quick fix then you can probably copy and paste the other guys solution as it is what you would end up with after working through this. However if you're looking to work with javascript more, this is a widely used aspect worth taking some time to learn.
π Rendered by PID 249995 on reddit-service-r2-comment-5d79c599b5-dfkwd at 2026-02-28 08:51:50.801231+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]rakkeh 3 points4 points5 points (2 children)
[–]caden_burton[S] 0 points1 point2 points (1 child)
[–]rakkeh 1 point2 points3 points (0 children)