Pinned Loading
- A pretty awkward linked list
A pretty awkward linked list 1constNode=(function(){
2const_value=newWeakMap();
34function_Node(value){
5_value.set(this,value);
- Fizzbuzz Without If JavaScript
Fizzbuzz Without If JavaScript 1functionreplacer(arr,num,replace){
2for(leti=num-1;i<arr.length;i+=num){
3arr[i]=replace;
4}5} - Implementation of Abstract Equality ...
Implementation of Abstract Equality Comparison 1functiongetMethod(value,property){
2if(typeofproperty==='string'||typeofproperty==='symbol'){
3constfunc=value[property]
4if(func===null||func===undefined){
5returnundefined;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.





