WARNING in ./index.js
(Emitted value instead of an instance of Error) jshint results in errors
Use the function form of "use strict". @ line 1 char 1
"use strict";
'console' is not defined. @ line 7 char 1
console.log(day);
چه طور حلش کنم؟؟
واسه کنسول این رو به کدت اضافه کن
/*jshint undef:true, devel:true, strict:false */
console.log('foo'); // no warnings
یا پوشه .jshintrc رو در پوشه اصلی پروژه ایجاد کن و دستورات زیر رو اضافه کن
{
"undef": true,
"devel":true,
"strict":false,
}
WARNING in ./main.js
(Emitted value instead of an instance of Error) jshint results in errors
Use the function form of "use strict". @ line 1 char 1
"use strict";
document.write can be a form of eval. @ line 6 char 5
document.write("dadw");
'document' is not defined. @ line 6 char 5
document.write("dadw");
برای document.write چظور؟
یه زحمتی بکش خوب موقعی که کدتو مینویسی تو ``` قرار بده که اینجوری ناخوانا نباشه
اینو اضافه کن
"browser" : true
مشکل دیگه ای بود این لینکو ببین
داکیومنت jshint
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟