1 2 3 4 5
pub const NULL: &str = "null"; pub fn javascript_init_var(name: &str, value: &str) -> String { format!(";let {name}={value};") }