diff --git a/src/App.js b/src/App.js index 4a4b7aa..dc345b1 100644 --- a/src/App.js +++ b/src/App.js @@ -27,4 +27,10 @@ function App() { ); } +function very_badFormating() { + const bad = 0; + bad = 1; + console.log(bad); + const another_bad = () => {}; +} export default App;