var c = "It's a boy"; var d = 'It\'s a boy'; alert(c); alert(d);
Output: