4 lines
57 B
JavaScript
Executable File
4 lines
57 B
JavaScript
Executable File
function get_a_variable() {
|
|
return typeof a_variable;
|
|
}
|