I'm at my wit's end - I can't figure out where I'm going wrong. I've been attempting to replace all instances of '8969' but I keep getting the original string (regardless of whether tmp is a string or an integer). Perhaps it's too late now, maybe I'm just not seeing things clearly...
var tmp = "8969";
alert("8969_8969".replace(/tmp/g, "99"));
Could really use some assistance, anyone?