Not compiled

I imported a .html and .js enter assets

But after .js Unity compiled, an error

I hope that Unity can skip .js, do not compile

What to do?

----edit----

My question may be said to be so
I have included a javascript error
This will result in a compile error
But I need this .js file in my project in
How can I do?

Unity will try to compile .js files as UnityScript.

It is not the same thing as javascript for web.

Don’t put web javascript (or any non-UnityScript .js) in Assets.