Closed tshemsedinov closed 6 years ago
Use typeof valiable instead of typeof(variable) except cases like this: typeof(5 + '')
typeof valiable
typeof(variable)
typeof(5 + '')
Closed by https://github.com/metarhia/impress/pull/862
Use
typeof valiable
instead oftypeof(variable)
except cases like this:typeof(5 + '')