I want to combine two variables using JavaScript.
var width = window.screen.width;
var height = window.screen.height;
so it would have a var like
var width_height =
How would I combine both of them with one variable and have a output as example below
1600,900