Knowledge Walls
Ammu
Hyderabad, Andhra Pradesh, India
Passcode:
Looping in Examples of Javascript 1
964 Views
If and if else
<!DOCTYPE html>
    <html lang="en-US">
        <head>
            <meta charset="UTF-8">
            <title>function1</title>
        </head>
        <body>
            
            <script>
              var a=10;b=15;c=20;
                if(a>b&&a>c)
                    {
                    document.write("a="+a);}
                else if(b>c){
                    document.write("b="+b);}
                else{
                    document.write("c="+c);}
            </script>
            
        </body>
    </html>
Next Topics
Next lessons of current book.
Examples of Javascript 1
Examples of Javascript 1
Examples of Javascript 1
Examples of Javascript 1
Previous Topics
Previous lessons of current book.
Examples of Javascript 1
Examples of Javascript 1
Examples of Javascript 1
Examples of Javascript 1
Best Lessons of "Javascript 1"
Top lessons which are viewed more times.
Examples of Javascript 1
Examples of Javascript 1
Examples of Javascript 1
Examples of Javascript 1
Examples of Javascript 1
Examples of Javascript 1
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details