JavaScript with Joe - Advent of Code - Day 12

preview_player
Показать описание
Welcome to day 12.

This event is aimed at people who have never programmed before!

Join me every wednesday for a live-coding challenge. This entails watching somebody break down a programming problem, and optionally you can code along too. You can offer your comments and questions and the programmer or other viewers can share their thoughts.

We will introduce JavaScript, and the fundamentals of programming in each session. Whether a beginner or professional, expect a social event where you can ask questions, offer better solutions and discuss a fun prompt.

Рекомендации по теме
Комментарии
Автор

Write a function xor that takes two Boolean values. If both values are different, the result should be true. If both values are the same, the result should be false.

I.e.: The calls xor(true, false) and xor(false, true) should return true. The calls xor(true, true) and xor(false, false) should return false.

avinashban
join shbcf.ru