My First Post 11 June 2022 #example #blog First post by me. This is so cool! Do variables work 0? // Example JavaScript const x = 7; function returnSeven() { return x; } or // Example JavaScript const x = 7; function returnSeven() { return x; }