0👍
If you just want to use var
in key, I think it is possible.
But I don’t think it is possible to use as a variable name like the following will give an error
{
var: var
}
But this will work:
{
var: foo
}
Source:stackexchange.com
0👍
If you just want to use var
in key, I think it is possible.
But I don’t think it is possible to use as a variable name like the following will give an error
{
var: var
}
But this will work:
{
var: foo
}