The rapid prototyping playground for JavaScript and TypeScript by the maker of Wallaby.js
Questions tagged [quokka.js]
21 questions
0
votes
1 answer
Why Quokka OpenSSL configuration error shown after install postgresql?
I installed Quokka (A Visual Studio Code Extension) in windows. But after launching it in the current javascript file, it gives me some error message (below). After tried, I found that it's happening because of postgreSQL. I don't know why, What is…

Tahazzot
- 1,224
- 6
- 27
0
votes
1 answer
How to stop quokka watching a file in vs code?
I cannot stop quokka from executing a file. I'm using windows and vs code. The command from the documentation do not work. What is the command to stop quokka?
To start/restart Quokka on an existing file, use Cmd/Ctrl + K, Q.

vuvu
- 4,886
- 12
- 50
- 73
0
votes
2 answers
Why is it when you call toString() on a function using quokka, it returns a string with extra variables added?
I am teaching myself to use prototypes to extend the functionality of objects. I have hit a roadblock when it comes to functions though, when I log a function to string it returns something I don't understand. For example, given:
function foo() {
…

Raphael Castro
- 907
- 1
- 8
- 26
0
votes
1 answer
JavaScript: functions return nothing (vscode + Quokka.js)
I'm practicing JavaScript (just started this week) on Visual Studio Code with the Quokka.js extension.
I started learning about functions, this is my first code:
function calculateTip(price, percentage) {
console.log('calculating tip')
return…

jeppoo1
- 650
- 1
- 10
- 23
0
votes
1 answer
Javascript - List (array) length and getting an item from the list not working
I'm practicing JavaScript (just started this week) on vscode with the Quokka.js extension. Right now I'm initializing a list called "things" and trying to get the length of the list and getting some items out of it. This is my code:
var things =…

jeppoo1
- 650
- 1
- 10
- 23
0
votes
1 answer
How do I use Quokka with imported typescript files?
I've installed ts-node with NPM install, and tinkered with this for hours, I cant find any other documentation on the website as to why its not working. A quick google search has also turned up nothing; which is why I'm SURE its some small thing I'm…

Raphael Castro
- 907
- 1
- 8
- 26