- npm init After filling up creates a package.json file.
- npm install -D parcel package-lock.json file created. parcel is now dev-dependency in package.json file EP3:- const heading = React.createElement("h1",{id: "heading"}, "Hello There!" ); console.log(heading);
// JSX const jsxHeading =
console.log(jsxHeading); // Jsx is not HTMl in JS but but has HTML-like syntax. JSX is JSX. "# zwig"