Dimitris Papazacharias
Dimitris Papazacharias
I do a request to an API which throws errors in specific scenarios. The error reaches the browser as it should. The request's response on the browser's devtools is: `errors:...
Instead of checking if className is an actual string in e.target object representing a DOM element (it's not a string in a highcharts graph for example or other sofisticated representations...
I'm trying to do this: ``` const readline = require('readline-promise').default.createInterface({ input: process.stdin, output: process.stdout, terminal: false }); const myFunc = async function(){ const q = "What is your favorite something?...