Konda 👨💻 Coder
"Empower yourself by creating and utilizing your own resources, rather than relying on others."
Pages
HTML
CSS
JavaScript
Jquery
BootStrap
ReactJs
NodeJs
MongoDB
Python
Thursday, June 6, 2024
Even And Odd with loops
<
script
>
for
(
var
a
=
1
;
a
<=
10
;
a
++
)
{
if
(
a
%
2
==
0
)
{
document
.
write
(
a
+
"<br>"
)
;
}
}
</
script
>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment