Methods
replaceAt(n)
    Receive a node that will be replaced by the evaluation of the length of an array
    Parameters:
| Name | Type | Description | 
|---|---|---|
n | 
            
            Node | Replace node | 
- Source:
 
replaceBinary(n)
    Receive a node that will be replaced by the evaluation of binary operation
    Parameters:
| Name | Type | Description | 
|---|---|---|
n | 
            
            Node | Replace node | 
- Source:
 
replaceLength(n)
    Receive a node that will be replaced by the evaluation of the length of an array
    Parameters:
| Name | Type | Description | 
|---|---|---|
n | 
            
            Node | Replace node | 
- Source:
 
replacePop(n, p)
    Only puts the last item of an array
    Parameters:
| Name | Type | Description | 
|---|---|---|
n | 
            
            Node | Replace node | 
p | 
            
            Node | Parent Node | 
- Source:
 
replaceSlice(n)
    Splice elements from elements array
    Parameters:
| Name | Type | Description | 
|---|---|---|
n | 
            
            Node | Replace node | 
- Source: