How to store a statement in a variable using javascript
3 answers
You can not.
There are ways to use javascript to implement custom versions of operators by playing on available hooks, but there is no way to include m in + .
@dystroy has a great example of using the available hooks to implement a custom version of statements, but note that this is still just a classic example of using an object to access functions that do some work.
0