Skip to content
View yousero's full-sized avatar
typeof code
typeof code
Block or Report

Block or report yousero

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
yousero/README.md
  • 👋 Hi, I’m @yousero
  • 👀 I’m interested in low level stuff
  • 🌱 I’m currently learning GameDev
  • 📫 How to reach me: Telegram
  • 🖋️ CodePen

stats

Pinned

  1. donttap donttap Public

    donttap browser game

    JavaScript 1

  2. scrape scrape Public

    📄 📃「garage code collection」

    Python

  3. trimTemplate.js trimTemplate.js
    1
    const trimAround = (string, separator = '\n') => {
    2
      const lines = string.split(separator)
    3
    
                  
    4
      while (!lines[0]) {
    5
        lines.shift()