Skip to content
View haayhappen's full-sized avatar
🪽
Building...
🪽
Building...

Block or report haayhappen

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
haayhappen/README.md
haayhappen-banner

Pinned Loading

  1. How to spread truthy values into an ... How to spread truthy values into an object
    1
    const one = 'one'
    2
    const two = null
    3
    
                  
    4
    const three = {
    5
      ...(one && { one }),
  2. Marked custom extension not working Marked custom extension not working
    1
    import marked from 'marked'
    2
    
                  
    3
    const variable = {
    4
    
                  
    5
      name: 'variable',