Skip to main content

Javascript: Free Online Courses

Credit: https://getflywheel.com/layout/wp-content/uploads/2019/02/The_Best_Java_Script_Libraries_1800x500-1-1800x500.jpg

List of free online courses to learn Javascript (created by Brendan Eich).

Learn to code for free

https://grasshopper.app/

Building Interactive Prototypes using JavaScript

https://courses.edx.org/courses/course-v1:Microsoft+DEV279x+3T2019/course/

Introduction to JavaScript on freeCodeCamp

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/

JavaScript Tutorial on sololearn.com

https://www.sololearn.com/Course/JavaScript/

JavaScript Introduction on edX

https://courses.edx.org/courses/course-v1:W3Cx+JS.0x+3T2019/

Popular posts from this blog

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...