daniel_dewinter
6 years agoContributor
strictEqual ---> 'Object Expected'
 Hi All,     I ve a question,  When running the function below, an error occurs: Object expected  =============================  function equal()  {  Log.Message(strictEqual(2, 2))  }  ===============...
- 6 years ago
Hi,
I think because "strictEqual" is not compatible with Jscript.
I was trying to run this code on my JavaScript project and evrything was fine.
On newly project with JScript i dont event have this function in intellisense and in documentation it's for JavaScript not for JScript.
I think this is the problem.