Skip to content

jeanAsvestas/xmastree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. create an html file
2. create a js file
3. link the js file to the index.html

4. create the xmas tree with simple console,log commands
4.1 create the op portion of the tree

            *
           * *
4.2 create the body of the tree
            *
           * *
          * * * 
         * * * *
4.3 create the bottom of the tree            
            *
           * *
          * * * 
         * * * *
          * * *
           * *
           * *

4.0 function xmasTree()
4.1 function topOfTree()
4.2 function bodyOfTree()
4.3 function bottomOfTree()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.8%
  • HTML 36.2%