Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First steps with git

A dummy project

This 'project' utilizes javascript, HTML and CSS.

The next bit of code is from the project's utils.js file:

function getRandomColor() {
    var colors = ['red', 'blue', 'pink', 'orange', 'green'];
    return colors[Math.floor(Math.random() * colors.length)];
}

That's about all there is for now.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages