# Latest

**URL:** https://group.classcentral.com/latest.md

[Latest](https://group.classcentral.com/latest.md) · [Categories](https://group.classcentral.com/categories.md)

---

## [Where to Go After Learning JS?](https://group.classcentral.com/t/where-to-go-after-learning-js/35989)

<div class="topic-metadata">

**Author:** [@Charly](https://group.classcentral.com/u/Charly)\
**Replies:** 9\
**Last updated:** [April 19, 2023, 9:35pm UTC](https://group.classcentral.com/t/where-to-go-after-learning-js/35989 "2023-04-19T21:35:09Z")

</div>

As I’m sure many newbies like me must be, I’m confused as to where I should go next, after completing my HTML/CSS and JavaScript lessons on freeCodeCamp. Should I be learning about frameworks next? Something else? I’m r…

---

## [Welcome to the JavaScript Bootcamp (Fall 2022)! Let's introduce ourselves 🎉](https://group.classcentral.com/t/welcome-to-the-javascript-bootcamp-fall-2022-lets-introduce-ourselves/24734)

<div class="topic-metadata">

**Author:** [@hola\_soy\_milk](https://group.classcentral.com/u/hola_soy_milk)\
**Replies:** 743\
**Last updated:** [February 8, 2023, 1:48pm UTC](https://group.classcentral.com/t/welcome-to-the-javascript-bootcamp-fall-2022-lets-introduce-ourselves/24734 "2023-02-08T13:48:05Z")

</div>

Hey everybody! Ramón here, I’ll be your instructor for this bootcamp. :wave: I’m so excited to be going on this journey with you! Please familiarize yourself with our Code of Conduct for this program. It’s expected tha…

---

## [Post your Caesar's Cipher solutions here! (Fall 2022)](https://group.classcentral.com/t/post-your-caesars-cipher-solutions-here-fall-2022/35863)

<div class="topic-metadata">

**Author:** [@hola\_soy\_milk](https://group.classcentral.com/u/hola_soy_milk)\
**Replies:** 22\
**Last updated:** [December 6, 2022, 6:58am UTC](https://group.classcentral.com/t/post-your-caesars-cipher-solutions-here-fall-2022/35863 "2022-12-06T06:58:57Z")

</div>

Hey folks! Congrats on making it through week 4 of the free JS bootcamp! Let’s post our solutions! Here’s my initial one: const CHARACTER\_CHART = { A: 'N', B: 'O', C: 'P', D: 'Q', E: 'R', F: 'S', G: 'T', …

---

## [I dreamt about coding last night! :D](https://group.classcentral.com/t/i-dreamt-about-coding-last-night-d/35990)

<div class="topic-metadata">

**Author:** [@Jane2963637](https://group.classcentral.com/u/Jane2963637)\
**Replies:** 2\
**Last updated:** [November 18, 2022, 8:23pm UTC](https://group.classcentral.com/t/i-dreamt-about-coding-last-night-d/35990 "2022-11-18T20:23:08Z")

</div>

I thought you all might find it amusing to hear that last night, in the middle of the night, I was thinking how my iPad was beside me in the middle of the bed, so I was thinking, I will just put two // in front of my iPa…

---

## [Tec](https://group.classcentral.com/t/tec/35987)

<div class="topic-metadata">

**Author:** [@nurainiapanti2925855](https://group.classcentral.com/u/nurainiapanti2925855)\
**Replies:** 4\
**Last updated:** [November 14, 2022, 6:19pm UTC](https://group.classcentral.com/t/tec/35987 "2022-11-14T18:19:09Z")

</div>

I want to continue with JavaScript since am done with responsive web design what I want know is can I continue with the JavaScript on my own pace…?

---

## [Post your Roman Numeral Converter solutions here! (Fall 2022)](https://group.classcentral.com/t/post-your-roman-numeral-converter-solutions-here-fall-2022/35779)

<div class="topic-metadata">

**Author:** [@hola\_soy\_milk](https://group.classcentral.com/u/hola_soy_milk)\
**Replies:** 45\
**Last updated:** [November 14, 2022, 3:20pm UTC](https://group.classcentral.com/t/post-your-roman-numeral-converter-solutions-here-fall-2022/35779 "2022-11-14T15:20:28Z")

</div>

Hey folks, Congrats on finishing the second project of the bootcamp! :tada: Let’s share our code! Here’s mine: class NumeralConverter { constructor(number) { this.number = number; this.result = ""; } pr…

---

## [Question about the Basic JavaScript Profile Lookup](https://group.classcentral.com/t/question-about-the-basic-javascript-profile-lookup/35988)

<div class="topic-metadata">

**Author:** [@Jane2963637](https://group.classcentral.com/u/Jane2963637)\
**Replies:** 4\
**Last updated:** [November 14, 2022, 2:49pm UTC](https://group.classcentral.com/t/question-about-the-basic-javascript-profile-lookup/35988 "2022-11-14T14:49:02Z")

</div>

Hi All! It’s been a while! I haven’t had time to do my coding for a bit, so going back over all the basic JavaScript before I try to tackle more complex exercises such as those to do with Fibonacci sequences. Before I …

---

## [Post your Telephone Number Validator solutions here! (Fall 2022)](https://group.classcentral.com/t/post-your-telephone-number-validator-solutions-here-fall-2022/35925)

<div class="topic-metadata">

**Author:** [@hola\_soy\_milk](https://group.classcentral.com/u/hola_soy_milk)\
**Replies:** 21\
**Last updated:** [November 5, 2022, 8:22am UTC](https://group.classcentral.com/t/post-your-telephone-number-validator-solutions-here-fall-2022/35925 "2022-11-05T08:22:43Z")

</div>

Hey all! Congrats on completing the fourth project in this bootcamp :tada: Let’s post our solutions! I’ll start with mine: function telephoneCheck(str) { // Define several regular expressions to match US phone number…

---

## [My take on Tribute Page Project](https://group.classcentral.com/t/my-take-on-tribute-page-project/35902)

<div class="topic-metadata">

**Author:** [@thehappycoder](https://group.classcentral.com/u/thehappycoder)\
**Replies:** 6\
**Last updated:** [October 26, 2022, 5:21pm UTC](https://group.classcentral.com/t/my-take-on-tribute-page-project/35902 "2022-10-26T17:21:25Z")

</div>

Hello everyone!! Here is my take on tribute page project! As always, I am open to any feedback and hungry to learn more. Check out my project here, hosted on GitHub pages. Here is my code for HTML tribute-page-project.…

---

## [Post your Cash Register solutions here! (Fall 2022)](https://group.classcentral.com/t/post-your-cash-register-solutions-here-fall-2022/35964)

<div class="topic-metadata">

**Author:** [@hola\_soy\_milk](https://group.classcentral.com/u/hola_soy_milk)\
**Replies:** 15\
**Last updated:** [October 26, 2022, 12:41pm UTC](https://group.classcentral.com/t/post-your-cash-register-solutions-here-fall-2022/35964 "2022-10-26T12:41:51Z")

</div>

Hey everyone. Congratulations on making it to the end of the Fall 2022 cohort of the free JavaScript Bootcamp. It’s always bittersweet to make it here, but I am proud of each and every one of you for making it this far. …

---

## [Post your Palindrome Checker solutions here!](https://group.classcentral.com/t/post-your-palindrome-checker-solutions-here/35750)

<div class="topic-metadata">

**Author:** [@hola\_soy\_milk](https://group.classcentral.com/u/hola_soy_milk)\
**Replies:** 47\
**Last updated:** [October 21, 2022, 2:54pm UTC](https://group.classcentral.com/t/post-your-palindrome-checker-solutions-here/35750 "2022-10-21T14:54:56Z")

</div>

Heya folks! Congrats on solving the palindrome checker project!! :tada: Feel free to drop your solutions here. Here’s mine: function cleanUpNonAlpha(str) { return str.replace(/\[\\W\_\]/g, ""); } function makeUppercas…

---

## ["Hasta la vista, baby". Bye for now... KEEP IN TOUCH!](https://group.classcentral.com/t/hasta-la-vista-baby-bye-for-now-keep-in-touch/35967)

<div class="topic-metadata">

**Author:** [@carlost2672543](https://group.classcentral.com/u/carlost2672543)\
**Replies:** 8\
**Last updated:** [October 21, 2022, 11:12am UTC](https://group.classcentral.com/t/hasta-la-vista-baby-bye-for-now-keep-in-touch/35967 "2022-10-21T11:12:59Z")

</div>

Hello everyone!! You can keep in touch with me here: https://www.linkedin.com/in/carlos-torres-spain/ I don’t use to speak by the sake of it, so believe me when I say: I would be happy to know how are you doing in real…

---

## [Regular Expression: Homework](https://group.classcentral.com/t/regular-expression-homework/35722)

<div class="topic-metadata">

**Author:** [@KikiDotPy](https://group.classcentral.com/u/KikiDotPy)\
**Replies:** 9\
**Last updated:** [October 20, 2022, 5:49pm UTC](https://group.classcentral.com/t/regular-expression-homework/35722 "2022-10-20T17:49:57Z")

</div>

@everyone Hey JavaScripters! Such a great Monday morning, folks! Seeing today’s teamwork was a JOY! :purple\_heart: Thank you for keeping with me with Regex I know how frustrating it can be; play around with it and take…

---

## [Basic Algorithm Scripting: Homework (fall 2022)](https://group.classcentral.com/t/basic-algorithm-scripting-homework-fall-2022/35896)

<div class="topic-metadata">

**Author:** [@hola\_soy\_milk](https://group.classcentral.com/u/hola_soy_milk)\
**Replies:** 2\
**Last updated:** [October 17, 2022, 7:45pm UTC](https://group.classcentral.com/t/basic-algorithm-scripting-homework-fall-2022/35896 "2022-10-17T19:45:51Z")

</div>

Hey JavaScripters! Great work today! Now we are almost done with Basic Algorithm Scripting and can soon go on to do Object Oriented Programming. How exciting! :loudspeaker: Quick reminder about “homework” for the nex…

---

## [Welcome to the Webdev Bootcamp (Fall 2022)! Let's introduce ourselves 🥳](https://group.classcentral.com/t/welcome-to-the-webdev-bootcamp-fall-2022-lets-introduce-ourselves/24733)

<div class="topic-metadata">

**Author:** [@jesslynnrose](https://group.classcentral.com/u/jesslynnrose)\
**Replies:** 702\
**Last updated:** [October 14, 2022, 1:55am UTC](https://group.classcentral.com/t/welcome-to-the-webdev-bootcamp-fall-2022-lets-introduce-ourselves/24733 "2022-10-14T01:55:58Z")

</div>

:wave: Hi, I’m Jess. I’ll be your instructor for this bootcamp. I’m so excited to welcome you all to the forums and the course! If you haven’t already, please take a moment to familiarize yourself with the Code of Condu…

---

## [Small little online lessons outside of FCC that can help you learn more/deeper](https://group.classcentral.com/t/small-little-online-lessons-outside-of-fcc-that-can-help-you-learn-more-deeper/35422)

<div class="topic-metadata">

**Author:** [@thegrumpyenby](https://group.classcentral.com/u/thegrumpyenby)\
**Replies:** 16\
**Last updated:** [October 12, 2022, 7:41pm UTC](https://group.classcentral.com/t/small-little-online-lessons-outside-of-fcc-that-can-help-you-learn-more-deeper/35422 "2022-10-12T19:41:14Z")

</div>

Thought we might start collecting some of the things we come across that we find helpful. Want to learn more Flexbox? Try Flexbox Froggy ! Small tip for those who have already gone through the Flexbox lesson (lesson #6,…

---

## ["Hasta la vista, baby" Bye for now... KEEP IN TOUCH!](https://group.classcentral.com/t/hasta-la-vista-baby-bye-for-now-keep-in-touch/35966)

<div class="topic-metadata">

**Author:** [@carlost2672543](https://group.classcentral.com/u/carlost2672543)\
**Replies:** 2\
**Last updated:** [October 12, 2022, 5:41pm UTC](https://group.classcentral.com/t/hasta-la-vista-baby-bye-for-now-keep-in-touch/35966 "2022-10-12T17:41:24Z")

</div>

Hello everyone!! You can keep in touch with me here: https://www.linkedin.com/in/carlos-torres-spain/ I don’t use to speak by the sake of it, so believe me when I say: I would be happy to know how are you doing in real…

---

## [Hacktoberfest](https://group.classcentral.com/t/hacktoberfest/35884)

<div class="topic-metadata">

**Author:** [@syllie](https://group.classcentral.com/u/syllie)\
**Replies:** 3\
**Last updated:** [October 12, 2022, 9:46am UTC](https://group.classcentral.com/t/hacktoberfest/35884 "2022-10-12T09:46:35Z")

</div>

It is that time of year… Hacktoberfest has started. It has all to do with contributing to open source and everyone can participate. You can improve code, documentation and anything around that. It helps you establishing …

---

## [Initial workings on Cash Register exercise](https://group.classcentral.com/t/initial-workings-on-cash-register-exercise/35960)

<div class="topic-metadata">

**Author:** [@Jane2963637](https://group.classcentral.com/u/Jane2963637)\
**Replies:** 1\
**Last updated:** [October 11, 2022, 9:26pm UTC](https://group.classcentral.com/t/initial-workings-on-cash-register-exercise/35960 "2022-10-11T21:26:53Z")

</div>

Hi all! I’m posting my initial thoughts here before tomorrow’s class. I know the code is very sketchy and unfinished, but I like to do this, so I can return to it after tomorrow’s class and improve on it. Doing this als…

---

## [Intermediate Algorithm Scripting: Homework (Fall 2022)](https://group.classcentral.com/t/intermediate-algorithm-scripting-homework-fall-2022/35956)

<div class="topic-metadata">

**Author:** [@hola\_soy\_milk](https://group.classcentral.com/u/hola_soy_milk)\
**Replies:** 2\
**Last updated:** [October 11, 2022, 5:37pm UTC](https://group.classcentral.com/t/intermediate-algorithm-scripting-homework-fall-2022/35956 "2022-10-11T17:37:46Z")

</div>

Hey JavaScripters ! Great job today! :purple\_heart: Loved the collaborative and curious minds of today’s lesson! I hope you will continue bring all of this energies during your awesome learning journey! :loudspeaker: Q…

---

## [Functional Programming: Homework (Fall 2022)](https://group.classcentral.com/t/functional-programming-homework-fall-2022/35951)

<div class="topic-metadata">

**Author:** [@hola\_soy\_milk](https://group.classcentral.com/u/hola_soy_milk)\
**Replies:** 1\
**Last updated:** [October 10, 2022, 9:51pm UTC](https://group.classcentral.com/t/functional-programming-homework-fall-2022/35951 "2022-10-10T21:51:18Z")

</div>

Hey JavaScripters ! Great job today! Mind-bending functional programming is in our hands now. Appreciate all your fantastic questions. :loudspeaker: Quick reminder about homework for the next session! Finish the Funct…

---

## [First Thing To Tell A Beginner In Coding](https://group.classcentral.com/t/first-thing-to-tell-a-beginner-in-coding/35940)

<div class="topic-metadata">

**Author:** [@Timiphil](https://group.classcentral.com/u/Timiphil)\
**Replies:** 8\
**Last updated:** [October 9, 2022, 12:02pm UTC](https://group.classcentral.com/t/first-thing-to-tell-a-beginner-in-coding/35940 "2022-10-09T12:02:10Z")

</div>

Out of curiosity, What is the first thing that you will would tell someone learning to code?

---

## [Technical Documentation Page: Build a Technical Documentation Page | freeCodeCamp.org](https://group.classcentral.com/t/technical-documentation-page-build-a-technical-documentation-page-freecodecamp-org/35914)

<div class="topic-metadata">

**Author:** [@nurainiapanti2925855](https://group.classcentral.com/u/nurainiapanti2925855)\
**Replies:** 5\
**Last updated:** [October 9, 2022, 9:09am UTC](https://group.classcentral.com/t/technical-documentation-page-build-a-technical-documentation-page-freecodecamp-org/35914 "2022-10-09T09:09:30Z")

</div>

https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-technical-documentation-page-project/build-a-technical-documentation-page\[quote=“nurainiapanti2925855, post:1, topic:35900, full:true”\] Guys I need h…

---

## [Need help on technical documentation](https://group.classcentral.com/t/need-help-on-technical-documentation/35900)

<div class="topic-metadata">

**Author:** [@nurainiapanti2925855](https://group.classcentral.com/u/nurainiapanti2925855)\
**Replies:** 30\
**Last updated:** [October 7, 2022, 10:17pm UTC](https://group.classcentral.com/t/need-help-on-technical-documentation/35900 "2022-10-07T22:17:08Z")

</div>

Guys I need help with d assignment question 4 ,8,12 and 13 they’ve been pain on my neck since yesterday I’ve been battling to solved it… it correct I know it typo am sure pls some should help…I would have love to Post my…

---

## [A request for help with the basic algorithm scripting exercise 'falsy bouncer'](https://group.classcentral.com/t/a-request-for-help-with-the-basic-algorithm-scripting-exercise-falsy-bouncer/35886)

<div class="topic-metadata">

**Author:** [@williambradle2950093](https://group.classcentral.com/u/williambradle2950093)\
**Replies:** 5\
**Last updated:** [October 5, 2022, 1:19pm UTC](https://group.classcentral.com/t/a-request-for-help-with-the-basic-algorithm-scripting-exercise-falsy-bouncer/35886 "2022-10-05T13:19:25Z")

</div>

Hi folks, I am working through the basic algorithm scripting and have hit an odd snag with ‘falsy bouncer’. I chose to do this by using arr.filter(fn) - there are other ways but I wanted to do this. So I created my fu…

---

## [Telephone Number Validator initial thoughts before tomorrow's class](https://group.classcentral.com/t/telephone-number-validator-initial-thoughts-before-tomorrows-class/35915)

<div class="topic-metadata">

**Author:** [@Jane2963637](https://group.classcentral.com/u/Jane2963637)\
**Replies:** 6\
**Last updated:** [October 5, 2022, 2:50am UTC](https://group.classcentral.com/t/telephone-number-validator-initial-thoughts-before-tomorrows-class/35915 "2022-10-05T02:50:19Z")

</div>

So, I have decided to leave the OOP homework for another day, as I am confused and have a very sore head! :sweat\_smile: I made an initial attempt at this - I know it is wrong on many levels, but I’m posting it to save i…

---

## [Object Oriented Programming: Homework (Fall 2022)](https://group.classcentral.com/t/object-oriented-programming-homework-fall-2022/35912)

<div class="topic-metadata">

**Author:** [@hola\_soy\_milk](https://group.classcentral.com/u/hola_soy_milk)\
**Replies:** 0\
**Last updated:** [October 4, 2022, 1:33pm UTC](https://group.classcentral.com/t/object-oriented-programming-homework-fall-2022/35912 "2022-10-04T13:33:27Z")

</div>

Hey JavaScripters ! Great job today! :purple\_heart: We made it through the prototypes and Object Oriented Programming. Who would have thought. :wink: Please, don’t stress yourself if you have not understood everything.…

---

## [My survey form project!](https://group.classcentral.com/t/my-survey-form-project/35695)

<div class="topic-metadata">

**Author:** [@thehappycoder](https://group.classcentral.com/u/thehappycoder)\
**Replies:** 21\
**Last updated:** [October 3, 2022, 8:43pm UTC](https://group.classcentral.com/t/my-survey-form-project/35695 "2022-10-03T20:43:57Z")

</div>

Wanted to take a moment to share my survey form project. I have learnt so much in the past couple weeks and I feel super proud of this accomplishment. I know there are a couple of glitches here and there, but this is st…

---

## [Caesars Cipher initial thoughts before tomorrow's class](https://group.classcentral.com/t/caesars-cipher-initial-thoughts-before-tomorrows-class/35856)

<div class="topic-metadata">

**Author:** [@Jane2963637](https://group.classcentral.com/u/Jane2963637)\
**Replies:** 10\
**Last updated:** [September 29, 2022, 7:30am UTC](https://group.classcentral.com/t/caesars-cipher-initial-thoughts-before-tomorrows-class/35856 "2022-09-29T07:30:57Z")

</div>

Hi all, here is my working where I was trying to think out a way of approaching the Caesar Cipher before tomorrow’s class. I did not get anywhere, but wanted to record what I did here in case anyone has any thoughts. Als…

---

## [ES6 Day 2 Question](https://group.classcentral.com/t/es6-day-2-question/35854)

<div class="topic-metadata">

**Author:** [@tylers2924003](https://group.classcentral.com/u/tylers2924003)\
**Replies:** 4\
**Last updated:** [September 28, 2022, 8:40am UTC](https://group.classcentral.com/t/es6-day-2-question/35854 "2022-09-28T08:40:08Z")

</div>

Thanks in advanced for your assistance, I am excited to be learning with you all :slight\_smile: When Ramón put the for loop on the template literals exercise pictured below: How does Javascript know we are referenci…

[Next page](https://group.classcentral.com/latest.md?page=1)
