If you like Pathfinder 1e, I might have a spot in my campaign.
youtu.be/GGU_bH7a0K8
The video in unlisted to prevent conflict with other students' uploads.
Check out the full course at: www.udemy.com/course/adobe...
youtu.be/GGU_bH7a0K8
The video in unlisted to prevent conflict with other students' uploads.
Check out the full course at: www.udemy.com/course/adobe...
function isValidWalk(walk) {
if (walk.length !== 10) return false;
let position = [0, 0];
for (let direction of walk) {
if (direction == "n") position[0]++;
else if (direction == "s") position[0]--;
//continues next post
function isValidWalk(walk) {
if (walk.length !== 10) return false;
let position = [0, 0];
for (let direction of walk) {
if (direction == "n") position[0]++;
else if (direction == "s") position[0]--;
//continues next post
const areaOrPerimeter = function (l, w) {
return l === w ? l * w : 2(l + w);
};
Yes, I know what I did wrong. Q_Q
const areaOrPerimeter = function (l, w) {
return l === w ? l * w : 2(l + w);
};
Yes, I know what I did wrong. Q_Q
function bmi(weight, height) {
let bmi = weight / (height ^ 2);
if (bmi <= 18.5) return "Underweight";
else if (bmi <= 25) return "Normal";
else if (bmi <= 30) return "Overweight";
else if (bmi > 30) return "Obese";
else return NaN;
}
function bmi(weight, height) {
let bmi = weight / (height ^ 2);
if (bmi <= 18.5) return "Underweight";
else if (bmi <= 25) return "Normal";
else if (bmi <= 30) return "Overweight";
else if (bmi > 30) return "Obese";
else return NaN;
}
The treatment of Druze in Syria is clearly a war crime and arguably the early stages of a genocide.
www.youtube.com/watch?v=V_GU...
The treatment of Druze in Syria is clearly a war crime and arguably the early stages of a genocide.
www.youtube.com/watch?v=V_GU...
The absolute best.
The absolute best.
(Prettier is bullying me to use dot notation for single word keys).
(Prettier is bullying me to use dot notation for single word keys).
The "random" algorithm:
for...
......
position = (position * 101 + charCode) % this. size;
youtube.com/shorts/Y3CK6...
The "random" algorithm:
for...
......
position = (position * 101 + charCode) % this. size;
youtube.com/shorts/Y3CK6...
I swear this is somehow a plan to kill my laptop and make me buy a new one.
I swear this is somehow a plan to kill my laptop and make me buy a new one.
That doesn't mean it's wrong to bomb Iran's nuclear program.
They are building ICBMs, they are building underground, and spending a lot on military fortifications.
Green energy would be cheaper, easier to defend, and repair.
They want to build a nuke.
That doesn't mean it's wrong to bomb Iran's nuclear program.
They are building ICBMs, they are building underground, and spending a lot on military fortifications.
Green energy would be cheaper, easier to defend, and repair.
They want to build a nuke.