Answer the question
In order to leave comments, you need to log in
Object properties are not displayed when running script on node js in ubuntu bash. How to fix?
When running the simplest script in ubuntu bash under windows 10 through node.js, object property values are not displayed. Thus if to address directly to property, then everything works. I can not understand what is the problem, encoding, or problems with node. Google did not give answers (I would be very grateful to someone who can help. Thank you for your time.
let obj = {
name: 'Object',
age: 'about 1 min'
};
console.log(obj);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question