Skip to content
View indifferentghost's full-sized avatar

Block or report indifferentghost

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. A pretty awkward linked listA pretty awkward linked list
    1
    constNode=(function(){
    2
    const_value=newWeakMap();
    3
    4
    function_Node(value){
    5
    _value.set(this,value);
  2. Fizzbuzz Without If JavaScriptFizzbuzz Without If JavaScript
    1
    functionreplacer(arr,num,replace){
    2
    for(leti=num-1;i<arr.length;i+=num){
    3
    arr[i]=replace;
    4
    }
    5
    }
  3. Implementation of Abstract Equality ...Implementation of Abstract Equality Comparison
    1
    functiongetMethod(value,property){
    2
    if(typeofproperty==='string'||typeofproperty==='symbol'){
    3
    constfunc=value[property]
    4
    if(func===null||func===undefined){
    5
    returnundefined;