diff --git a/components/Header.js b/components/Header.js new file mode 100644 index 0000000..9228929 --- /dev/null +++ b/components/Header.js @@ -0,0 +1,13 @@ +function Header() { + + return( + +
+

Hello World

+

I am making changes to my repository.

+ +
+ ); +} + +export default Header; \ No newline at end of file diff --git a/questions.md b/questions.md index 5afcf60..3f09440 100644 --- a/questions.md +++ b/questions.md @@ -3,29 +3,30 @@ What year did Brendan Eich create JavaScript? ``` - +Brendan Eich created Javascript in 1995 ``` What does "ES6" stand for? ``` - +ECMAScript 6 ``` What company famously used the phrase "Don't be evil" in their code of conduct? ``` - +Google ``` What English mathematician and writer is often regarded as the first computer programmer? ``` - +Augusta Ada King-Noel ``` Who is the "Turing machine" named after? ``` - +Alan Turing ``` +hello lab \ No newline at end of file