JavaScript



Download 2,14 Mb.
Pdf ko'rish
bet22/47
Sana24.01.2023
Hajmi2,14 Mb.
#902030
1   ...   18   19   20   21   22   23   24   25   ...   47
Bog'liq
TutorialsPoint JavaScript

Javascript 

 
This function can be used to write text, HTML, or both. Take a look at the 
following code. 
 
 
 
document.write ("Hello World!") 
//--> 
 
 
document.write ("Hello World!") 
//--> 
 


Javascript 
11 
 
 
... ...
Click here for the result 
 
... portion of the document. In this 
case, you would not have any function defined using JavaScript. Take a look at 
the following code. 
 
 
 
 
 
document.write("Hello World") 
//--> 
 
This is web page body 
and  Sections 

You can put your JavaScript code in  and  section altogether as 
follows. 
 
 
 
Say Hello 


Javascript 
14 
 
function sayHello() { 
alert("Hello World") 

//--> 
 
 
 
 
document.write("Hello World") 
//--> 
 
 
....... 
 
var a = 33; 
var b = 10; 
var c = "Test"; 
var linebreak = ""; 
document.write("a + b = "); 
result = a + b; 
document.write(result); 
document.write(linebreak); 


Javascript 
22 
 
document.write("a - b = "); 
result = a - b; 
document.write(result); 
document.write(linebreak); 
document.write("a / b = "); 
result = a / b; 
document.write(result); 
document.write(linebreak); 
document.write("a % b = "); 
result = a % b; 
document.write(result); 
document.write(linebreak); 
document.write("a + b + c = "); 
result = a + b + c; 
document.write(result); 
document.write(linebreak); 
a = a++; 
document.write("a++ = "); 
result = a++; 
document.write(result); 
document.write(linebreak); 
b = b--; 
document.write("b-- = "); 
result = b--; 
document.write(result); 
document.write(linebreak); 


Javascript 
23 
 
//--> 
 
Set the variables to different values and then try...
 
var a = 10; 
var b = 20; 
var linebreak = ""; 
document.write("(a == b) => "); 
result = (a == b); 
document.write(result); 
document.write(linebreak); 


Javascript 
25 
 
document.write("(a < b) => "); 
result = (a < b); 
document.write(result); 
document.write(linebreak); 
document.write("(a > b) => "); 
result = (a > b); 
document.write(result); 
document.write(linebreak); 
document.write("(a != b) => "); 
result = (a != b); 
document.write(result); 
document.write(linebreak); 
document.write("(a >= b) => "); 
result = (a >= b); 
document.write(result); 
document.write(linebreak); 
document.write("(a <= b) => "); 
result = (a <= b); 
document.write(result); 
document.write(linebreak); 
//--> 
 
Set the variables to different values and different operators and 
then try...
 
var a = true; 
var b = false; 
var linebreak = ""; 
document.write("(a && b) => "); 
result = (a && b); 
document.write(result); 
document.write(linebreak); 
document.write("(a || b) => "); 
result = (a || b); 
document.write(result); 
document.write(linebreak); 
document.write("!(a && b) => "); 
result = (!(a && b)); 
document.write(result); 
document.write(linebreak); 
//--> 
 
Set the variables to different values and different operators and 
then try...



Download 2,14 Mb.

Do'stlaringiz bilan baham:
1   ...   18   19   20   21   22   23   24   25   ...   47




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish