let method4 = JSON.parse(JSON.stringify(car)) // JSON.stringify(car) // JSON.parse('{"mark":"Ford","model":"Raptor"}')
JSON.PARSE method just converts it into a string then parses so it can clone nested objects too
Pro tip: use ```triple backticks around text``` to write in code fences