Skip to content
View kwitts's full-sized avatar

Highlights

  • Pro

Block or report kwitts

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. js-playlist js-playlist Public

    simple vanilla js video playlist

    HTML 2 4

  2. just a fizzbuzz solution. nothing sp... just a fizzbuzz solution. nothing special.
    1
    for(var i=1; i<=100; i++) {
    2
        if (i%15===0){
    3
            console.log("FizzBuzz");
    4
        } else if (i%3===0) {
    5
            console.log("Fizz");
  3. bookbot bookbot Public

    Python

  4. doreen-new doreen-new Public

    HTML

  5. rc-website rc-website Public

    responsive one-page website w/ animation for work client

    HTML