From edec89b66382db5db4dd502a576146bcb2ee1a72 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Wed, 3 Aug 2022 08:09:06 +0800 Subject: [PATCH] contents: fix Google table qn --- contents/companies/google-front-end-interview-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/companies/google-front-end-interview-questions.md b/contents/companies/google-front-end-interview-questions.md index 4be71aa50..420457aee 100644 --- a/contents/companies/google-front-end-interview-questions.md +++ b/contents/companies/google-front-end-interview-questions.md @@ -22,7 +22,7 @@ Since it's Google, candidates can expect to be tested on fundamental Computer Sc - Design a webpage which can auto load new posts when you reach the bottom of the page by using JavaScript. You may use AJAX and JavaScript event listeners. - Write a UI using HTML, CSS, JavaScript that allows uses to enter the number of rows and columns in text input fields within a form and renders a table. -Example: Number of rows: 4, Number of rows: 5, "Submit" button. Clicking on the "Submit" button will show the following: +Example: Number of rows: 4, Number of columns: 5, "Submit" button. Clicking on the "Submit" button will show the following table (ignore the styling): | 1 | 8 | 9 | 16 | 17 | | --- | --- | --- | --- | --- |