Skip to content

issues Search Results · repo:foundersandcoders/coursebook language:JavaScript

Filter by

478 results
 (69 ms)

478 results

infoundersandcoders/coursebook (press backspace or delete to remove)

The current workshop exercise for functions-callbacks-async, here, uses a highly nested solution to demonstrate the concept of asynchronous callbacks. Given the course prerequisites to have completed Execute: ...
  • bescka
  • Opened 
    on Sep 16, 2024
  • #991

For some reason, despite looking up the correct way to set Node variables in a Windows terminal, I wasn t able to do so in the terminal. Instead I had to install dotenv, create a .env file and put require( ...
  • halimahexe
  • 1
  • Opened 
    on Jun 7, 2024
  • #974

function ChooseName() { const [name, setName] = useState( ); function updateName(event) { event.preventDefault(); setName(event.target.username.value); } return ( form onSubmit={updateName} input name= ...
  • ShaughnAnderson94
  • 1
  • Opened 
    on May 28, 2024
  • #971

Under Task Removal the code snippet uses todos instead of tasks as a variable name. function remove(id: number) { let index = todos.findIndex((t) = t.id === id); todos.splice(index, 1); } When the ...
  • halimahexe
  • Opened 
    on May 17, 2024
  • #968

This is probably my fault since I suggested adding a markdown linter in #467, but the Alex setup appears to be a bit too strict. I assume no one has tried to commit new workshops in a while, because the ...
  • oliverjam
  • 1
  • Opened 
    on May 7, 2024
  • #960

We lost a lot of files in https://github.com/foundersandcoders/coursebook/pull/938. Could we please merge them back in at some point? It might be nice to recover the old coursebook navigation, too, so ...
  • sofer
  • 1
  • Opened 
    on Apr 17, 2024
  • #951

The first task states, Add the Center CSS you need to the style tag at the top. Then add classes to the HTML, but don t change it in any other way. However, when comparing the solution and index HTML ...
  • fredhartley
  • Opened 
    on Mar 15, 2024
  • #949

I really like these workshops! However, some people have different learning abilities and I think a few would benefit if there were some examples/explanations of the workshops in a video format rather ...
  • bajii2020
  • Opened 
    on Jan 10, 2024
  • #940

npm init is written as a header, not a terminal entry format, as elsewhere. Given as this is a quite a big and new topic, would keep things more clear if formatting consistent. https://learn.foundersandcoders.com/workshops/node-npm-intro/#npm-init ...
  • chriscotimms
  • Opened 
    on Nov 27, 2023
  • #937
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub