Inline Widget Demo

 
1
!!Missing semicolon.
2
3
4
5
6
7
8
9
!!'i' is already defined.
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
!!Expected an assignment or function call and instead saw an expression.
47

This demo runs JSHint over the code in the editor (which is the script used on this page), and inserts line widgets to display the warnings that JSHint comes up with.