mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 14:01:44 -04:00
421 B
421 B
--seed--
--seed-contents--
<html>
<body>
</body>
</html>
::id{#key-for-css}
body {
background: green;
}
::id{#key-for-jsx}
var x = 'y';
/* comment */
const Button = () => {
return <button> {/* another comment! */} text </button>;
};
--before-user-code--
function setup() {}
--after-user-code--
function teardown(params) {
// after
}