JSFiddle - React, Tailwind, and code Playground

JavaScript

try {
let c = new RTCIceCandidate({candidate: null});
console.log("This should have thrown!");
} catch(e)
{
console.log(e.toString());
}