What's new

Closed Qoutes

Status
Not open for further replies.
I'm your favorite

images (1).jpeg

and your hardest

images (2).jpeg

Hahaha :):)
 

Attachments

Last edited by a moderator:
try{
var myFeelings = "Hello word";

if(myFeelings == "Hello world") {
document.write(myFeelings);
else{
myFeelings = "Goodbye";
document.write(myFeelings);
} catch(Exception ex){
document.write("Im here to save you");
}
 
try{
var myFeelings = "Hello word";

if(myFeelings == "Hello world") {
document.write(myFeelings);
else{
myFeelings = "Goodbye";
document.write(myFeelings);
} catch(Exception ex){
document.write("Im here to save you");
}
Haha
JavaScript pa...
 
Status
Not open for further replies.

Similar threads

Back
Top