Questions tagged as 'ecmascript-7'

1
answer

Everything in JavaScript is an object, true or false?

In several responses on this site I have read contradictory statements about whether everything in JavaScript is an object or not. What is the truth? The idea is that the answers are based on reliable sources, preferably in the ECMAScript...
asked by 10.07.2017 / 02:54
3
answers

When comparing two equal Booleans it returns true but not when comparing two equal objects no Why?

In the following code, the Boolean function is used to return a value. If a strict comparison is made of the result of two functions that return the same value, the result is true, but if two objects created by using new Boolean are compared, th...
asked by 11.07.2017 / 16:46
1
answer

REACTJS, router reacting LINK stops working

<Link to={{ pathname: '${match.url}/individual/${ innerValue.name }', state: { membe...
asked by 07.09.2018 / 05:08