*A few methods to check if all values in the JavaScript array are the same*
There are many solutions to the same problem in programming, and that’s one of my favourite things about it. Checking if all the items in an array are the same is an interesting exercise, so let’s look at a few options.
Automated testing can give you much confidence in merging your changes, especially in extensive refactoring or working with your teammates. As a result, you might have thought about including testing as part of your build routine to get the most value out of it. Don’t know where to start?
Vite is a JavaScript build tool that makes it faster and easier to build web applications. It's similar to tools like Webpack but relies on modern browser features like ES Modules to simplify and speed up the build process.
Sourcegraph Enterprise lets you run your own Sourcegraph instance in your own environment.
Sourcegraph OSS is an open-source version of Sourcegraph that provides the core functionality of Sourcegraph (code search, code browsing, basic code navigation), but lacks more advanced features (enterprise authentication…
name: Release Drafteron:
push:
# branches to consider in the event; optional, defaults to allbranches:
- master# pull_request event is required only for autolabelerpull_request:
# Only following types are handled by the action, but one can default to all as welltypes: [opened, reopened, synchronize]# pull_request_target event is required for autolabeler to support PRs from forks# pull_request_target:# types: [opened, reopened, synchronize]jobs:
update_release_draft:
runs-on: ubuntu-lateststeps:
# (Optional) GitHub Enterprise requires GHE_HOST variable set#- name: Set GHE_HOST# run: |# echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV# Drafts your next
Syntax – JavaScript in 2022 - New, Coming and Proposed Features
In this Hasty Treat, Scott and Wes talk about new proposed features coming to JavaScript in 2022.
CodePen Radio – *Amit Sheen*
Chris got to talk with Amit Sheen this week about his journey into creative coding. Even his early work is incredibly interesting and recent work is downright stunning.
Thank you for reading, talk to you next week, and stay safe! 👋