Skip to content
View KamenSentai's full-sized avatar
💻
Pressing keys on my keyboard
💻
Pressing keys on my keyboard

Highlights

  • Pro

Block or report KamenSentai

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. Vue.js Flex & Grid components Vue.js Flex & Grid components
    1
    <template>
    2
      <component
    3
        :is="component"
    4
        :style="{
    5
          ...style,
  2. JS challenge JS challenge
    1
    const arr1 = [
    2
        ['name', 'id', 'age', 'weight', 'isCool'],
    3
        ['Susan', 3, 57, 50, true],
    4
        ['John', 1, 19, 75, false],
    5
        ['Bob', 2, 58, 80, false],
  3. parseDirectories.js parseDirectories.js
    1
    const paths = [
    2
      '/index.html',
    3
      '/style.css',
    4
      '/script.js',
    5
      '/audio/',