@UserTrue said in NODE js problem:
const {default: fetch } = await import("node-fetch")
it works thank you
@ivdkop said in Variable on Javascript (Problem):
The JS is to give the return: false.
If I use the const a = [1.99,1.98,1.18,1.06,1.39]; It gives me return false (perfect)
If I use in the const a = [[VALUES]]; the return is true, being the same values as above.What am I doing wrong?
Most likely, the problem is in the data type from the variable [[VALUES]]. And in what action do you use this code?