Web Portfolio Projects: Sortable Table and Arrays

Go to class
Write Review

Free Online Course: Web Portfolio Projects: Sortable Table and Arrays provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Web Portfolio Projects: Sortable Table and Arrays is taught by Leigh Lawhon.

Overview
  • Learn how to build a portfolio piece that addresses some of the common interview questions on arrays, sorting algorithms, and optimizing code performance.

Syllabus
  • Introduction

    • Build up your JavaScript portfolio
    • What you should know
    1. Getting Started
    • Using this project in interviews
    • Tools
    2. Sorting Our Table Efficiently
    • Sort algorithm
    • Regular sort method
    • Node list
    • Filter null values
    • Sorting nodes
    3. Sorting Algorithms
    • Overview of sorting algorithms
    • Intro to bubble sort
    • Bubble sort
    • Intro to merge sort
    • Merge sort
    • Intro to insertion sort
    • Insertion sort
    • Performance testing
    4. Creating Our Own Algorithm
    • Intro to quartile sorter
    • Push values into header array
    • Quartile, min, max, and mean
    • Nodes
    • Bucketing into quartiles
    5. Design
    • Design components
    • Adding icons
    Conclusion
    • Next steps