Type Line Column Evidence Reason Rule Docs
W097 2 1
"use strict";
^
Use the function form of "use strict". reference
W030 6 4
})();
   ^
Expected an assignment or function call and instead saw an expression. reference
W117 5 5
    console.log("AppFeel loves javascript!");
    ^
'console' is not defined. reference
Found 3 failures - 0 errors & 3 warnings
Type Line Column Evidence Reason Rule Docs
W024 2 10
function new func () {
         ^
Expected an identifier and instead saw 'new' (a reserved word). reference
W116 2 14
function new func () {
             ^
Expected '(' and instead saw 'func'. reference
E030 2 19
function new func () {
                  ^
Expected an identifier and instead saw '('. reference
E019 6 25
function errFunction () {
                        ^
Unmatched '{'. reference
E041 8 0

^
Unrecoverable syntax error. (100% scanned). reference
Found 5 failures - 0 errors & 5 warnings