### Some Javascript

  function logSomething(something) {
    console.log('Something', something);
  }
Office Hours Booking

Test ==Test== Test

H~2~0 H20 Test

  • Write the press release
  • Update the website
  • Contact the media

By default, tutorial will convert all R chunks.

a <- 2
b <- 3

a + b

test test

# This will get executed each time the exercise gets initialized b <- 6 a <- 5 # Create a variable a, equal to 5 # Print out a # Create a variable a, equal to 5 a <- 5 # Print out a print(a) test_object("a") test_function("print") success_msg("Great job!")
Use the assignment operator (<-) to create the variable a.