learn-javascript icon indicating copy to clipboard operation
learn-javascript copied to clipboard

Starter files for the challenges in the Learn JavaScript course

Results 24 learn-javascript issues
Sort by recently updated
recently updated
newest added

Code was incorrect. Updated it with correct syntax

Hi , how are you? I just have started learning JavaScript and it ain't that easy or hard , but I just want to learn on it! My question is...

Fixes issue #28 Windows refuses to clone when path names have either `?`, `:` `` or `*` in them. The offending paths have been renamed as to be Windows friendly.

Unable to clone the reppository . Pls find the attached picture describing the same ![image](https://github.com/scrimba/learn-javascript/assets/91281454/ce5bef6e-efa1-4784-9168-b8bbc8ad4b28)

Word card was spelled wrong [Minor Error]

"?" caused cloning failure and it has been rectified.... request immediate change... Thankyou.

Relevant course file: [52. Use the Chrome API to get the tab](https://github.com/scrimba/learn-javascript/blob/main/5.%20Build%20a%20Chrome%20Extension/52.%20Use%20the%20Chrome%20API%20to%20get%20the%20tab/index.js) I am accessing the browser API using: ``` chrome.tabs.query({ active: true, currentWindow: true }, function (tabs) { console.log(tabs);...

the word 'composite' was spelled wrong. Nothing major, just bugged me a little while going through the lesson :)