Skip to content
View Trejoivan's full-sized avatar
đź’»
Becoming an asset
đź’»
Becoming an asset

Block or report Trejoivan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Trejoivan/ReadMe.md
<title>JavaScript Exercise</title> <script> // Define your background colors var bgcolor=new Array("#029FD4", "#D43702", "#1EFF00", "#EAEAFF", "#AB5252", "#FFFFFF", "#DE28D8") //set random background color when page loads document.body.style.background=bgcolor[Math.floor(Math.random()*bgcolor.length)] </script>

Pinned Loading

  1. My-Algo-Problems-and-solutions My-Algo-Problems-and-solutions Public

    Test you algo knowledge and view my own solutions to a large selections of popular Algo problems (Beginner-Medium difficulty)

    Python 7 1

  2. Portfolio-SIte Portfolio-SIte Public

    Public repository for the code of my Portfolio site that displays my skills and experience.

    HTML

  3. VoidFitnessProject VoidFitnessProject Public

    I created this full-stack application for my final project for Code Platoon , utilizing all the skills I gained withing the 14 weeks of the coding bootcamp.The idea behind Void is to have a localiz…

    JavaScript

  4. Strongest-link-social Strongest-link-social Public

    A fitness-focused social networking app that will allow users to document and share their fitness journies with friends, track workouts, and share invitations to various types of fitness activities…

    JavaScript 1

  5. JavaScriptQuiz JavaScriptQuiz Public

    A very fun site that I used to sharpen and test my skills on the programming language JavaScript.

    JavaScript 1

  6. MapIt MapIt Public

    A very simple application that grabs users locations and creates markers using local storage for memory.

    JavaScript