Answer:
yes you are probably on a school Chromebook
Explanation:
Answer:
Data wrangler
Explanation:
Her responsibility is to transfer data from the camera to a hard drive. What is her job designation? Data Wrangler.
<h2>mark as brainliests </h2>
Answer:
Hello
Explanation:
Hello profile picture of a nub how are you doing today?
Not entirely sure what you want to achieve, but consider this program:
var a = 'foo';
var b = 'bar';
var c = { first : a, second : b };
console.log(JSON.stringify(c, null, 4));
A json object c is constructed using the values from variables a and b. Is this what you mean?