Skip to content

Commit

Permalink
contents: Updated broken link on google-front-end-interview-practice-…
Browse files Browse the repository at this point in the history
…question.md (#471)

Co-authored-by: Yangshun Tay <[email protected]>
  • Loading branch information
sdkdeepa and yangshun authored Jul 8, 2024
1 parent 27b7c68 commit 0acc5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/companies/google-front-end-interview-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Refer to Google's official interview preparation guides for:
- Implement nested checkboxes (when the parent is checked, children are checked and vice versa. Use `<input type="checkbox">`). Similar to [Indeterminate checkboxes](https://css-tricks.com/indeterminate-checkboxes/).
- 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.
- [Practice question](https://www.greatfrontend.com/questions/javascript/generate-table?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook) (Paid)
- [Practice question](https://www.greatfrontend.com/questions/user-interface/generate-table?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook) (Paid)
- 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 |
Expand Down

0 comments on commit 0acc5fa

Please sign in to comment.