UNPKG
feat.js
Version:
latest (0.0.9-pre)
1.0.1
1.0.0
0.0.9
0.0.9-pre
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.1-pre
The Feat.JS Framework; Easy, powerful and fast.
github.com/Feat-js/feat
Feat-js/feat
feat.js
/
unit
/
html
/
if.html
7 lines
(6 loc)
•
107 B
HTML
View Raw
1
2
3
4
5
6
7
<
If
condition
=
"value === 5"
>
<
p
>
True
</
p
>
</
If
>
<
If
condition
=
"value != 5"
>
<
p
>
True
</
p
>
</
If
>