2011-05-07 15:16:47 +01:00

4 lines
57 B
JavaScript

function get_a_variable() {
return typeof a_variable;
}