Skip to content
View zonderweb's full-sized avatar
:electron:
Focusing
:electron:
Focusing

Block or report zonderweb

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. react_book react_book Public

    Forked from itgidinfo/react_book

    Книга "React это просто"

  2. Случайный элемент массива Случайный элемент массива
    1
    // Определяем массив
    2
    let arr = ['PHP', 'JavaScript', 'Python', 'Perl', 'Ruby', 'Go', 'Java'];
    3
    
                  
    4
    // Получаем случайный ключ массива
    5
    let rand = Math.floor(Math.random() * arr.length);